Home
last modified time | relevance | path

Searched refs:current_bytepos (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c11151 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11154 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11157 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c11489 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11492 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11495 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c11151 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11154 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11157 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c11151 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11154 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11157 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c11489 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11492 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11495 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c11489 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11492 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11495 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c11489 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11492 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11495 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c11489 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11492 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11495 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c11489 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11492 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11495 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c11489 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11492 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11495 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/access/transam/
H A Dxlog.c11415 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11418 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11421 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/access/transam/
H A Dxlog.c11415 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11418 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11421 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c11151 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11154 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11157 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c11669 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11672 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11675 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c11669 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11672 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11675 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/access/transam/
H A Dxlog.c11415 uint64 current_bytepos;
11418 current_bytepos = Insert->CurrBytePos;
11421 return XLogBytePosToRecPtr(current_bytepos);
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c11151 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11154 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11157 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c11151 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11154 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11157 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c11151 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11154 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11157 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c11669 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11672 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11675 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/access/transam/
H A Dxlog.c11415 uint64 current_bytepos;
11418 current_bytepos = Insert->CurrBytePos;
11421 return XLogBytePosToRecPtr(current_bytepos);
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c11669 uint64 current_bytepos;
11672 current_bytepos = Insert->CurrBytePos;
11675 return XLogBytePosToRecPtr(current_bytepos);
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/access/transam/
H A Dxlog.c11415 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11418 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11421 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c11669 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11672 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11675 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/access/transam/
H A Dxlog.c11415 uint64 current_bytepos; in GetXLogInsertRecPtr() local
11418 current_bytepos = Insert->CurrBytePos; in GetXLogInsertRecPtr()
11421 return XLogBytePosToRecPtr(current_bytepos); in GetXLogInsertRecPtr()

12