Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit016c990

Browse files
committed
Fix incorrect variable datatype
Both datatypes map to the same underlying one which is why it stillworked, but we should use the correct type.Author: Kyotaro HORIGUCHI
1 parent9b88f27 commit016c990

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-
XLogRecPtrslotSegNo;
9266+
XLogSegNoslotSegNo;
92679267

92689268
XLByteToSeg(keep,slotSegNo);
92699269

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp