aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/utils/sort/logtape.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/sort/logtape.c b/src/backend/utils/sort/logtape.c
index 6d7f862fb5c..48baccd6a21 100644
--- a/src/backend/utils/sort/logtape.c
+++ b/src/backend/utils/sort/logtape.c
@@ -134,7 +134,7 @@ typedef struct TapeBlockTrailer
* buffer. The buffer therefore contains one large contiguous chunk of data
* from the tape.
*/
-typedef struct LogicalTape
+struct LogicalTape
{
LogicalTapeSet *tapeSet; /* tape set this tape is part of */
@@ -175,7 +175,7 @@ typedef struct LogicalTape
long *prealloc;
int nprealloc; /* number of elements in list */
int prealloc_size; /* number of elements list can hold */
-} LogicalTape;
+};
/*
* This data structure represents a set of related "logical tapes" sharing