pgsql: Return NULL instead of 0/0 in pg_last_xlog_receive_location() and

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Return NULL instead of 0/0 in pg_last_xlog_receive_location() and
Date: 2010-06-10 07:00:28
Message-ID: 20100610070028.27DF87541D4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/doc/src/sgml:
func.sgml (r1.517 -> r1.518)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.517&r2=1.518)
pgsql/src/backend/access/transam:
xlog.c (r1.419 -> r1.420)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.419&r2=1.420)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-06-10 07:49:23 pgsql: Make TriggerFile variable static.
Previous Message Tom Lane 2010-06-10 04:05:01 pgsql: Fix quite-bogus handling of arrays in plpython datum-to-PyObject