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

Commit4ff0468

Browse files
committed
Fix silly typo in previous commit.
1 parentd698bf8 commit4ff0468

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎src/backend/access/transam/clog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
2727
* Portions Copyright (c) 1994, Regents of the University of California
2828
*
29-
* $PostgreSQL: pgsql/src/backend/access/transam/clog.c,v 1.49 2008/11/03 19:24:03 alvherre Exp $
29+
* $PostgreSQL: pgsql/src/backend/access/transam/clog.c,v 1.50 2008/11/03 19:26:07 alvherre Exp $
3030
*
3131
*-------------------------------------------------------------------------
3232
*/
@@ -324,7 +324,7 @@ TransactionIdSetStatusBit(TransactionId xid, XidStatus status, XLogRecPtr lsn, i
324324
charcurval;
325325

326326
byteptr=ClogCtl->shared->page_buffer[slotno]+byteno;
327-
curval= (*byteptr >>shift)&CLOG_XACT_BITMASK;
327+
curval= (*byteptr >>bshift)&CLOG_XACT_BITMASK;
328328

329329
/*
330330
* When replaying transactions during recovery we still need to perform

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp