Thread: [COMMITTERS] pgsql: Fix enum definition.

[COMMITTERS] pgsql: Fix enum definition.

From
Robert Haas
Date:
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(-)