postgresql/src/backend/access
Heikki Linnakangas f464042161 Silence compiler warning about variable being used uninitialized.
It's a false positive - the variable is only used when 'onleft' is true,
and it is initialized in that case. But the compiler doesn't necessarily
see that.
2014-11-20 19:17:19 +02:00
..
brin Revamp the WAL record format. 2014-11-20 18:46:41 +02:00
common Rename pending_list_cleanup_size to gin_pending_list_limit. 2014-11-13 12:14:48 +09:00
gin Revamp the WAL record format. 2014-11-20 18:46:41 +02:00
gist Revamp the WAL record format. 2014-11-20 18:46:41 +02:00
hash Revamp the WAL record format. 2014-11-20 18:46:41 +02:00
heap Revamp the WAL record format. 2014-11-20 18:46:41 +02:00
index Split builtins.h to a new header ruleutils.h 2014-10-08 18:10:47 -03:00
nbtree Silence compiler warning about variable being used uninitialized. 2014-11-20 19:17:19 +02:00
rmgrdesc Revamp the WAL record format. 2014-11-20 18:46:41 +02:00
spgist Revamp the WAL record format. 2014-11-20 18:46:41 +02:00
transam Revamp the WAL record format. 2014-11-20 18:46:41 +02:00
Makefile BRIN: Block Range Indexes 2014-11-07 16:38:14 -03:00