Обсуждение: pgsql: Const-ify the parse table passed to fillRelOptions.

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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)