Rename WAIT_* constants to PG_WAIT_*.

Robert Haas <rhaas@postgresql.org>

Commit: d2ce38e204583bc444eebffd800d492cf56e3b38
Author: Robert Haas <rhaas@postgresql.org>
Date: 2016-10-05T12:04:52Z
Releases: 10.0
Rename WAIT_* constants to PG_WAIT_*.

Windows apparently has a constant named WAIT_TIMEOUT, and some of these
other names are pretty generic, too.  Insert "PG_" at the front of each
name in order to disambiguate.

Michael Paquier

Files