mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add missing 'extern' to function prototypes.
Postgres style is to spell out extern. Noticed while scripting adding PGDLLIMPORT markers to functions. Discussion: https://postgr.es/m/20220512164513.vaheofqp2q24l65r@alap3.anarazel.de
This commit is contained in:
@ -52,6 +52,6 @@ typedef struct LogicalRewriteMappingData
|
||||
* ---
|
||||
*/
|
||||
#define LOGICAL_REWRITE_FORMAT "map-%x-%x-%X_%X-%x-%x"
|
||||
void CheckPointLogicalRewriteHeap(void);
|
||||
extern void CheckPointLogicalRewriteHeap(void);
|
||||
|
||||
#endif /* REWRITE_HEAP_H */
|
||||
|
Reference in New Issue
Block a user