mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Fix duplicate typedef LogicalTape.
To make buildfarm member locust happy.
This commit is contained in:
parent
0bd65a3905
commit
aa3ac6453b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user