Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was always
passed as 'true'.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/1b9dea04b5cd8b1b2f8041e4aece9d573f007eb1
Modified Files
--------------
src/backend/access/transam/xlog.c | 8 +++-----
src/backend/access/transam/xlogfuncs.c | 2 +-
src/include/access/xlog.h | 2 +-
3 files changed, 5 insertions(+), 7 deletions(-)
pgsql-committers by date
| Next: | From: Fujii Masao | Date: 2012-01-11 14:05:46 |
| Subject: Re: [COMMITTERS] pgsql: Send new protocol keepalive messages to
standby servers. |
| Previous: | From: Peter Eisentraut | Date: 2012-01-10 20:49:36 |
| Subject: pgsql: Fix typos |