Content-Length: 272102 | pFad | http://github.com/postgrespro/postgres/commit/eaa1f7220ae83997b56adcae1fbb7b2e92bfc050
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925ce77 commit eaa1f72Copy full SHA for eaa1f72
src/include/access/xlog_internal.h
@@ -119,17 +119,6 @@ typedef XLogLongPageHeaderData *XLogLongPageHeader;
119
#define XLogSegNoOffsetToRecPtr(segno, offset, dest) \
120
(dest) = (segno) * XLOG_SEG_SIZE + (offset)
121
122
-/*
123
- * Macros for manipulating XLOG pointers
124
- */
125
-
126
-/* Align a record pointer to next page */
127
-#define NextLogPage(recptr) \
128
- do { \
129
- if ((recptr) % XLOG_BLCKSZ != 0) \
130
- XLByteAdvance(recptr, (XLOG_BLCKSZ - (recptr) % XLOG_BLCKSZ)); \
131
- } while (0)
132
133
/*
134
* Compute ID and segment from an XLogRecPtr.
135
*
Fetched URL: http://github.com/postgrespro/postgres/commit/eaa1f7220ae83997b56adcae1fbb7b2e92bfc050
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments