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

Commit14f445f

Browse files
committed
Actually, we need to bump the format identifier on twophase files
because of readjustment of 2PC rmgr IDs for flatfile removal.
1 parentb92f7a2 commit14f445f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
* IDENTIFICATION
10-
*$PostgreSQL: pgsql/src/backend/access/transam/twophase.c,v 1.54 2009/06/25 19:05:52 heikki Exp $
10+
*$PostgreSQL: pgsql/src/backend/access/transam/twophase.c,v 1.55 2009/09/01 04:15:45 tgl Exp $
1111
*
1212
* NOTES
1313
*Each global transaction is associated with a global transaction
@@ -716,7 +716,7 @@ TwoPhaseGetDummyProc(TransactionId xid)
716716
/*
717717
* Header for a 2PC state file
718718
*/
719-
#defineTWOPHASE_MAGIC0x57F94531/* format identifier */
719+
#defineTWOPHASE_MAGIC0x57F94532/* format identifier */
720720

721721
typedefstructTwoPhaseFileHeader
722722
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp