Reduce the size of the NameContext object by grouping seldom-used fields
commitdfc3c8b06c7e3219d865b0aef71bd08abce053d1
authorD. Richard Hipp <drh@hwaci.com>
Mon, 16 Apr 2018 10:34:13 +0000 (16 10:34 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Mon, 16 Apr 2018 10:34:13 +0000 (16 10:34 +0000)
tree1138ba3fe122505c3f4f4000e3454121a07bf482
parent6facf682bdf8877e15a58e7589cf2c3387c490b7
Reduce the size of the NameContext object by grouping seldom-used fields
into a union.
src/expr.c
src/resolve.c
src/select.c
src/sqliteInt.h