postgresql/src/backend/storage
Tom Lane 1a4be103a5 Convert PageAddItem into a macro to save a few cycles.
Nowadays this is just a backwards-compatibility wrapper around
PageAddItemExtended, so let's avoid the extra level of function call.
In addition, because pretty much all callers are passing constants
for the two bool arguments, compilers will be able to constant-fold
the conversion to a flags bitmask.

Discussion: <552.1473445163@sss.pgh.pa.us>
2016-09-09 18:17:07 -04:00
..
buffer Add debug check function LWLockHeldByMeInMode() 2016-09-05 10:38:08 +01:00
file Add macros to make AllocSetContextCreate() calls simpler and safer. 2016-08-27 17:50:38 -04:00
freespace pgindent run for 9.6 2016-06-09 18:02:36 -04:00
ipc Change API of ShmemAlloc() so it throws error rather than returning NULL. 2016-09-01 10:13:55 -04:00
large_object Update copyright for 2016 2016-01-02 13:33:40 -05:00
lmgr Add debug check function LWLockHeldByMeInMode() 2016-09-05 10:38:08 +01:00
page Convert PageAddItem into a macro to save a few cycles. 2016-09-09 18:17:07 -04:00
smgr Improve scalability of md.c for large relations. 2016-09-08 17:18:46 -07:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00