mirror of
https://github.com/postgres/postgres.git
synced 2025-12-16 16:42:29 +03:00
Avoid using a C++ keyword in header file
per cpluspluscheck
This commit is contained in:
@@ -116,7 +116,7 @@ typedef struct SH_TYPE
|
||||
MemoryContext ctx;
|
||||
|
||||
/* user defined data, useful for callbacks */
|
||||
void *private;
|
||||
void *private_data;
|
||||
} SH_TYPE;
|
||||
|
||||
typedef enum SH_STATUS
|
||||
|
||||
Reference in New Issue
Block a user