Fix enum definition.
authorRobert Haas <rhaas@postgresql.org>
Thu, 23 Mar 2017 20:10:43 +0000 (16:10 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 23 Mar 2017 20:10:43 +0000 (16:10 -0400)
commitc23b186ae9000f66e2abf783fe820913305fb616
treefeee0d4f51d8698b32b70cb108dc193dd5deec05
parenteccfef81e1f73ee41f1d8bfe4fa4e80576945048
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.
src/include/pgstat.h