pgsql: Const-ify the parse table passed to fillRelOptions.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Const-ify the parse table passed to fillRelOptions.
Date: 2009-03-23 16:36:27
Message-ID: 20090323163627.9A451754ADE@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/access/common:
reloptions.c (r1.22 -> r1.23)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/common/reloptions.c?r1=1.22&r2=1.23)
pgsql/src/include/access:
reloptions.h (r1.12 -> r1.13)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/reloptions.h?r1=1.12&r2=1.13)

Browse pgsql-committers by date

  From Date Subject
Next Message User Hinoue 2009-03-23 17:00:41 psqlodbc - psqlodbc: Change sslverify stuff so that it can be built with
Previous Message Bruce Momjian 2009-03-23 15:14:14 pgsql: Update constraint_exclusion docs because parameter is now