pgsql: Make the enumvals column of pg_settings be text[] instead of just - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Make the enumvals column of pg_settings be text[] instead of just
Date
Msg-id 20081121184924.998EE7545A4@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Make the enumvals column of pg_settings be text[] instead of just  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Log Message:
-----------
Make the enumvals column of pg_settings be text[] instead of just
a comma separated string.

Modified Files:
--------------
    pgsql/src/backend/utils/misc:
        guc.c (r1.479 -> r1.480)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.479&r2=1.480)
    pgsql/src/include/catalog:
        catversion.h (r1.508 -> r1.509)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h?r1=1.508&r2=1.509)
        pg_proc.h (r1.528 -> r1.529)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h?r1=1.528&r2=1.529)
        pg_type.h (r1.202 -> r1.203)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_type.h?r1=1.202&r2=1.203)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Include the platform "FAQs" into the installation instructions.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Make the enumvals column of pg_settings be text[] instead of just