OSDN Git Service

Return NULL instead of 0/0 in pg_last_xlog_receive_location() and
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 10 Jun 2010 07:00:27 +0000 (07:00 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 10 Jun 2010 07:00:27 +0000 (07:00 +0000)
commit346d7cd7fa5723d45b52b1e61c0cb0ba41a8ce99
treea835e2df1c8e8729105caabe444a734584cc9682
parent4ddf151c49b5ed3524ececc42226bf456cd8beaf
Return NULL instead of 0/0 in pg_last_xlog_receive_location() and
pg_last_xlog_replay_location(). Per Robert Haas's suggestion, after
Itagaki Takahiro pointed out an issue in the docs. Also, some wording
changes in the docs by me.
doc/src/sgml/func.sgml
src/backend/access/transam/xlog.c