Const-ify the parse table passed to fillRelOptions. The previous coding

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1079564979dc2fecfadaddd6808ea2343a782ba6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-03-23T16:36:27Z
Releases: 8.4.0
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.

Files

PathChange+/−
src/backend/access/common/reloptions.c modified +14 −13
src/include/access/reloptions.h modified +11 −10