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

Commitaa3ac64

Browse files
committed
Fix duplicate typedef LogicalTape.
To make buildfarm member locust happy.
1 parent0bd65a3 commitaa3ac64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/sort/logtape.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ typedef struct TapeBlockTrailer
134134
* buffer. The buffer therefore contains one large contiguous chunk of data
135135
* from the tape.
136136
*/
137-
typedefstructLogicalTape
137+
structLogicalTape
138138
{
139139
LogicalTapeSet*tapeSet;/* tape set this tape is part of */
140140

@@ -175,7 +175,7 @@ typedef struct LogicalTape
175175
long*prealloc;
176176
intnprealloc;/* number of elements in list */
177177
intprealloc_size;/* number of elements list can hold */
178-
}LogicalTape;
178+
};
179179

180180
/*
181181
* This data structure represents a set of related "logical tapes" sharing

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp