pgsql: Fix enum definition.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix enum definition.
Date: 2017-03-23 20:12:48
Message-ID: E1cr96G-0004Kf-BE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2017-03-23 20:16:44 Re: pgsql: ICU support
Previous Message Peter Eisentraut 2017-03-23 20:07:23 Re: pgsql: ICU support