Content-Length: 257316 | pFad | http://github.com/postgrespro/postgres_cluster/commit/016c9908347ed2ba7b9d7101c858ea7730b6c0b0

1A Fix incorrect variable datatype · postgrespro/postgres_cluster@016c990 · GitHub
Skip to content

Commit 016c990

Browse files
committed
Fix incorrect variable datatype
Both datatypes map to the same underlying one which is why it still worked, but we should use the correct type. Author: Kyotaro HORIGUCHI
1 parent 9b88f27 commit 016c990

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9263,7 +9263,7 @@ KeepLogSeg(XLogRecPtr recptr, XLogSegNo *logSegNo)
92639263
/* then check whether slots limit removal further */
92649264
if (max_replication_slots > 0 && keep != InvalidXLogRecPtr)
92659265
{
9266-
XLogRecPtr slotSegNo;
9266+
XLogSegNo slotSegNo;
92679267

92689268
XLByteToSeg(keep, slotSegNo);
92699269

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/016c9908347ed2ba7b9d7101c858ea7730b6c0b0

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy