Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was always
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was always passed as 'true'.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xlog.c | modified | +3 −5 |
| src/backend/access/transam/xlogfuncs.c | modified | +1 −1 |
| src/include/access/xlog.h | modified | +1 −1 |