pgsql: A couple further reloptions improvements, per KaiGai Kohei: add a - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: A couple further reloptions improvements, per KaiGai Kohei: add a
Date
Msg-id 20090108193441.3231D754A1B@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
A couple further reloptions improvements, per KaiGai Kohei: add a validation
function to the string type and add a couple of macros for string handling.

In passing, fix an off-by-one bug of mine.

Modified Files:
--------------
    pgsql/src/backend/access/common:
        reloptions.c (r1.16 -> r1.17)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/common/reloptions.c?r1=1.16&r2=1.17)
    pgsql/src/include/access:
        reloptions.h (r1.8 -> r1.9)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/reloptions.h?r1=1.8&r2=1.9)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Document that txid_visible_in_snapshot() cannot be used with
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Fix memory leak for file name if expect file name contains a dot,