1
0
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:
Peter Eisentraut
2016-10-26 12:00:00 -04:00
parent 586a46c22c
commit c32fe432af
2 changed files with 4 additions and 4 deletions

View File

@@ -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