pgsql: Make the enumvals column of pg_settings be text[] instead of just

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make the enumvals column of pg_settings be text[] instead of just
Date: 2008-11-21 18:49:24
Message-ID: 20081121184924.998EE7545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-11-21 19:28:48 Re: pgsql: Make the enumvals column of pg_settings be text[] instead of just
Previous Message Robert Haas 2008-11-21 18:36:27 Re: Re: [COMMITTERS] pgsql: Silence compiler warning about ignored return value.