]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Const-ify the parse table passed to fillRelOptions. The previous coding
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 23 Mar 2009 16:36:27 +0000 (16:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 23 Mar 2009 16:36:27 +0000 (16:36 +0000)
commit1079564979dc2fecfadaddd6808ea2343a782ba6
tree6893d56b0709cd356b132a4925d6b2a643ab21ea
parent5c617f4e56ef11064b3235a72648cc29784fa366
Const-ify the parse table passed to fillRelOptions.  The previous coding
meant it had to be built on-the-fly at each entry to default_reloptions.
src/backend/access/common/reloptions.c
src/include/access/reloptions.h