mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Pre-beta mechanical code beautification.
Run pgindent, pgperltidy, and reformat-dat-files. I manually fixed a couple of comments that pgindent uglified.
This commit is contained in:
@@ -32,6 +32,6 @@ extern char *asc_initcap(const char *buff, size_t nbytes);
|
||||
extern Datum parse_datetime(text *date_txt, text *fmt, Oid collid, bool strict,
|
||||
Oid *typid, int32 *typmod, int *tz,
|
||||
bool *have_error);
|
||||
extern int datetime_format_flags(const char *fmt_str, bool *have_error);
|
||||
extern int datetime_format_flags(const char *fmt_str, bool *have_error);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user