]> granicus.if.org Git - postgresql/commit
Fix bugs in manipulation of PgBackendStatus.st_clienthostname.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 Apr 2014 01:30:18 +0000 (21:30 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 Apr 2014 01:30:18 +0000 (21:30 -0400)
commit2b5206901111db6dc8c6b9af0c4fde681c30e906
treef7b7c3c6546b18da89f86e60859115a21f523406
parentb924d4cdc0a95c6af0a57d4e78dbd3d7f1b39775
Fix bugs in manipulation of PgBackendStatus.st_clienthostname.

Initialization of this field was not being done according to the
st_changecount protocol (it has to be done within the changecount increment
range, not outside).  And the test to see if the value should be reported
as null was wrong.  Noted while perusing uses of Port.remote_hostname.

This was wrong from the introduction of this code (commit 4a25bc145),
so back-patch to 9.1.
src/backend/postmaster/pgstat.c
src/backend/utils/adt/pgstatfuncs.c