Change a couple of exit(0) to return 0 to suppress complaints from
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 15 Jul 2007 22:54:21 +0000 (22:54 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 15 Jul 2007 22:54:21 +0000 (22:54 +0000)
commit84a0445c4d48f2254cd3a248b5e4bda8c64c0190
tree0e6b07395e12ea2106e1d0573bebfd30f6674ca0
parent7176e60bc8cee15e5ff7a76545630ff332d8fabc
Change a couple of exit(0) to return 0 to suppress complaints from
not-too-bright compilers.  Per buildfarm results.
contrib/oid2name/oid2name.c
contrib/pg_standby/pg_standby.c