Const-ify the parse table passed to fillRelOptions. The previous coding
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/access/common/reloptions.c | modified | +14 −13 |
| src/include/access/reloptions.h | modified | +11 −10 |