mirror of
https://github.com/postgres/postgres.git
synced 2025-11-03 09:13:20 +03:00
Small code cleanup.
Declare static variable as static and external as extern.
This commit is contained in:
@@ -58,6 +58,10 @@ extern struct when when_error,
|
||||
when_warn;
|
||||
extern struct ECPGstruct_member *struct_member_list[STRUCT_DEPTH];
|
||||
|
||||
/* Globals from keywords.c */
|
||||
extern const ScanKeyword SQLScanKeywords[];
|
||||
extern const int NumSQLScanKeywords;
|
||||
|
||||
/* functions */
|
||||
|
||||
extern const char *get_dtype(enum ECPGdtype);
|
||||
|
||||
Reference in New Issue
Block a user