Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0659512

Browse filesBrowse files
author
Marina Polyakova
committed
Replace BackendIds with 0-based ProcNumbers
See the commit 024c521117579a6d356050ad3d78fdc95e44eefa (Replace BackendIds with 0-based ProcNumbers) in PostgreSQL 17devel. Thanks to Yuriy Sokolov for the review.
1 parent 1b517ac commit 0659512
Copy full SHA for 0659512

File tree

1 file changed

+4
-0
lines changed
Filter options

1 file changed

+4
-0
lines changed

‎ptrack.h

Copy file name to clipboardExpand all lines: ptrack.h
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
#define nodeOf(ndbck) (ndbck).node
4848
#endif
4949

50+
#if PG_VERSION_NUM >= 170000
51+
#define InvalidBackendId INVALID_PROC_NUMBER
52+
#endif
53+
5054
/*
5155
* Structure identifying block on the disk.
5256
*/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.