Change a couple of exit(0) to return 0 to suppress complaints from

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 84a0445c4d48f2254cd3a248b5e4bda8c64c0190
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-07-15T22:54:21Z
Releases: 8.3.0
Change a couple of exit(0) to return 0 to suppress complaints from
not-too-bright compilers.  Per buildfarm results.

Files

PathChange+/−
contrib/oid2name/oid2name.c modified +2 −2
contrib/pg_standby/pg_standby.c modified +13 −14