mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
I think we're about done with this...
This commit is contained in:
@@ -93,7 +93,7 @@ typedef struct BufferAccessStrategyData
|
||||
* simplicity this is palloc'd together with the fixed fields of the
|
||||
* struct.
|
||||
*/
|
||||
Buffer buffers[1]; /* VARIABLE SIZE ARRAY */
|
||||
Buffer buffers[FLEXIBLE_ARRAY_MEMBER];
|
||||
} BufferAccessStrategyData;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user