projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9470ec8
)
Remove dead pageinfo_set_truncation macro
author
Heikki Linnakangas
<
[email protected]
>
Fri, 9 Jan 2015 08:52:58 +0000
(10:52 +0200)
committer
Heikki Linnakangas
<
[email protected]
>
Fri, 16 Jan 2015 11:37:07 +0000
(13:37 +0200)
contrib/pg_rewind/parsexlog.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_rewind/parsexlog.c
b/contrib/pg_rewind/parsexlog.c
index 6d054df32276b677a0c110bcf394f46a9b4422dc..be5646b5356f82e92ad219f313eac9ee09eb24c1 100644
(file)
--- a/
contrib/pg_rewind/parsexlog.c
+++ b/
contrib/pg_rewind/parsexlog.c
@@
-292,8
+292,6
@@
SimpleXLogPageRead(XLogReaderState *xlogreader, XLogRecPtr targetPagePtr,
static void
extractPageInfo(XLogReaderState *record)
{
-#define pageinfo_set_truncation(forkno, rnode, blkno) datapagemap_set_truncation(pagemap, forkno, rnode, blkno)
-
int block_id;
RmgrId rmid = XLogRecGetRmid(record);
uint8 info = XLogRecGetInfo(record);