postgresql/src/backend/access
Tom Lane 7c366ac969 Fix oversight in data-type change for autovacuum_vacuum_cost_delay.
Commit caf626b2c missed that the relevant reloptions entry needs
to be moved from the intRelOpts[] array to realRelOpts[].
Somewhat surprisingly, it seems to work anyway, perhaps because
the desired default and limit values are all integers.  We ought
to have either a simpler data structure or better cross-checking
here, but that's for another patch.

Nikolay Shaplov

Discussion: https://postgr.es/m/4861742.12LTaSB3sv@x200m
2019-03-26 13:32:38 -04:00
..
brin More unconstify use 2019-02-13 11:50:16 +01:00
common Fix oversight in data-type change for autovacuum_vacuum_cost_delay. 2019-03-26 13:32:38 -04:00
gin Fix misc typos in comments. 2019-01-23 13:39:00 +02:00
gist Fix bug in the GiST vacuum's 2nd stage. 2019-03-22 14:11:46 +02:00
hash Collations with nondeterministic comparison 2019-03-22 12:12:43 +01:00
heap Remove heap_hot_search(). 2019-03-25 19:04:41 -07:00
index tableam: Add and use scan APIs. 2019-03-11 12:46:41 -07:00
nbtree tableam: Add helper for indexes to check if a corresponding table tuples exist. 2019-03-25 16:52:55 -07:00
rmgrdesc Delete empty pages during GiST VACUUM. 2019-03-22 13:21:45 +02:00
spgist Collations with nondeterministic comparison 2019-03-22 12:12:43 +01:00
table tableam: Add helper for indexes to check if a corresponding table tuples exist. 2019-03-25 16:52:55 -07:00
tablesample tableam: Add and use scan APIs. 2019-03-11 12:46:41 -07:00
transam Transaction chaining 2019-03-24 11:33:02 +01:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00