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)
commitfa7df237c77f2dcd7017c2a86393c69c64169f6f
tree552bd8e68540ec163a20945bcfd5e24b7ba2dcc8
parent1c50ef8dfda11a49421bb103fb5d2e7523c54004
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