postgresql/src/backend/access
Andres Freund aa4b8c61d2 Handle table_complete_speculative's succeeded argument as documented.
For some reason both callsite and the implementation for heapam had
the meaning inverted (i.e. succeeded == true was passed in case of
conflict). That's confusing.

I (Andres) briefly pondered whether it'd be better to rename
table_complete_speculative's argument to 'bool specConflict' or such,
but decided not to. The 'complete' in the function name for me makes
`succeeded` sound a bit better.

Reported-By: Ashwin Agrawal, Melanie Plageman, Heikki Linnakangas
Discussion:
   https://postgr.es/m/CALfoeitk7-TACwYv3hCw45FNPjkA86RfXg4iQ5kAOPhR+F1Y4w@mail.gmail.com
   https://postgr.es/m/97673451-339f-b21e-a781-998d06b1067c@iki.fi
2019-05-14 12:19:32 -07:00
..
brin Revert "Avoid the creation of the free space map for small heap relations". 2019-05-07 09:30:24 +05:30
common Fix typos in reloptions.c 2019-04-12 12:56:38 +09:00
gin Make queries' locking of indexes more consistent. 2019-04-04 15:12:58 -04:00
gist Detect internal GiST page splits correctly during index build. 2019-05-14 13:18:44 +03:00
hash Widen tuple counter variables from long to int64 2019-04-30 10:27:38 -04:00
heap Handle table_complete_speculative's succeeded argument as documented. 2019-05-14 12:19:32 -07:00
index Standardize ItemIdData terminology. 2019-05-13 15:53:39 -07:00
nbtree Standardize ItemIdData terminology. 2019-05-13 15:53:39 -07:00
rmgrdesc Convert gist to compute page level xid horizon on primary. 2019-04-22 14:28:30 -07:00
spgist Standardize ItemIdData terminology. 2019-05-13 15:53:39 -07:00
table Message style fixes 2019-04-30 10:33:37 -04:00
tablesample tableam: sample scan. 2019-03-31 18:37:57 -07:00
transam Clean up the behavior and API of catalog.c's is-catalog-relation tests. 2019-05-08 23:27:38 -04:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00