postgresql/src/backend/access
Tom Lane d79e7e92bf Remove redundant IndexTupleDSize macro.
Use IndexTupleSize everywhere, instead.  Also, remove IndexTupleSize's
internal typecast, as that's not really needed and might mask coding
errors.  Change some pointer variable datatypes in the call sites
to compensate for that and make it clearer what we're assuming.

Ildar Musin, Robert Haas, Stephen Frost

Discussion: https://postgr.es/m/0274288e-9e88-13b6-c61c-7b36928bf221@postgrespro.ru
2018-02-28 19:25:54 -05:00
..
brin Support parallel btree index builds. 2018-02-02 13:32:44 -05:00
common Use platform independent type for TupleTableSlot->tts_off. 2018-02-20 15:12:52 -08:00
gin Support parallel btree index builds. 2018-02-02 13:32:44 -05:00
gist Support parallel btree index builds. 2018-02-02 13:32:44 -05:00
hash Remove redundant IndexTupleDSize macro. 2018-02-28 19:25:54 -05:00
heap Remove redundant IndexTupleDSize macro. 2018-02-28 19:25:54 -05:00
index Local partitioned indexes 2018-01-19 11:49:22 -03:00
nbtree Remove redundant IndexTupleDSize macro. 2018-02-28 19:25:54 -05:00
rmgrdesc Update copyright for 2018 2018-01-02 23:30:12 -05:00
spgist Support parallel btree index builds. 2018-02-02 13:32:44 -05:00
tablesample Update copyright for 2018 2018-01-02 23:30:12 -05:00
transam Minor comment fix 2018-02-17 20:45:02 -05:00
Makefile TABLESAMPLE, SQL Standard and extensible 2015-05-15 14:37:10 -04:00