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

Commit137eacb

Browse files
committed
Align cleanup.
1 parenta0b4af3 commit137eacb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/access/htup.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: htup.h,v 1.20 1999/07/04 05:44:56 momjian Exp $
9+
* $Id: htup.h,v 1.21 1999/07/04 05:47:06 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -53,7 +53,7 @@ typedef struct HeapTupleHeaderData
5353

5454
typedefHeapTupleHeaderData*HeapTupleHeader;
5555

56-
#defineMinTupleSize(MAXALIGN(sizeof (PageHeaderData) + \
56+
#defineMinTupleSize(MAXALIGN(sizeof (PageHeaderData)) + \
5757
MAXALIGN(sizeof(HeapTupleHeaderData)) + \
5858
MAXALIGN(sizeof(char)))
5959

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp