[COMMITTERS] pgsql: Fix enum definition. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Fix enum definition.
Date
Msg-id E1cr96G-0004Kf-BE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix enum definition.

Commit 249cf070e36721a65be74838c53acf8249faf935 assigned to one of
the labels in the middle the value that should have been assigned
to the first member of the enum.  Rushabh's patch didn't have that
defect as submitted, but I managed to mess it up while editing.
Repair.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c23b186ae9000f66e2abf783fe820913305fb616

Modified Files
--------------
src/include/pgstat.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [COMMITTERS] pgsql: ICU support
Next
From: Andrew Dunstan
Date:
Subject: Re: [COMMITTERS] pgsql: ICU support