postgresql/src/backend/access/common
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
..
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00
bufmask.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
heaptuple.c Fix heap_getattr() handling of fast defaults. 2019-02-06 01:09:32 -08:00
indextuple.c Make heap TID a tiebreaker nbtree index column. 2019-03-20 10:04:01 -07:00
printsimple.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
printtup.c Fix memory leak in printtup.c. 2019-03-18 17:54:41 -04:00
relation.c Simplify restriction handling of two-phase commit for temporary objects 2019-01-26 10:45:23 +09:00
reloptions.c Fix oversight in data-type change for autovacuum_vacuum_cost_delay. 2019-03-26 13:32:38 -04:00
scankey.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
session.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
tupconvert.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
tupdesc.c Move hash_any prototype from access/hash.h to utils/hashutils.h 2019-03-11 13:17:50 -03:00