We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd65a3 commit aa3ac64Copy full SHA for aa3ac64
src/backend/utils/sort/logtape.c
@@ -134,7 +134,7 @@ typedef struct TapeBlockTrailer
134
* buffer. The buffer therefore contains one large contiguous chunk of data
135
* from the tape.
136
*/
137
-typedef struct LogicalTape
+struct LogicalTape
138
{
139
LogicalTapeSet *tapeSet; /* tape set this tape is part of */
140
@@ -175,7 +175,7 @@ typedef struct LogicalTape
175
long *prealloc;
176
int nprealloc; /* number of elements in list */
177
int prealloc_size; /* number of elements list can hold */
178
-} LogicalTape;
+};
179
180
/*
181
* This data structure represents a set of related "logical tapes" sharing
0 commit comments