mirror of
https://github.com/postgres/postgres.git
synced 2025-12-10 14:22:35 +03:00
pgindent run.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* PostgreSQL locale utilities
|
||||
*
|
||||
* $Id: pg_locale.h,v 1.13 2002/05/17 01:19:19 tgl Exp $
|
||||
* $Id: pg_locale.h,v 1.14 2002/09/04 20:31:45 momjian Exp $
|
||||
*
|
||||
* Copyright (c) 2002, PostgreSQL Global Development Group
|
||||
*
|
||||
@@ -20,13 +20,13 @@ extern char *locale_numeric;
|
||||
extern char *locale_time;
|
||||
|
||||
extern const char *locale_messages_assign(const char *value,
|
||||
bool doit, bool interactive);
|
||||
bool doit, bool interactive);
|
||||
extern const char *locale_monetary_assign(const char *value,
|
||||
bool doit, bool interactive);
|
||||
bool doit, bool interactive);
|
||||
extern const char *locale_numeric_assign(const char *value,
|
||||
bool doit, bool interactive);
|
||||
bool doit, bool interactive);
|
||||
extern const char *locale_time_assign(const char *value,
|
||||
bool doit, bool interactive);
|
||||
bool doit, bool interactive);
|
||||
|
||||
extern bool lc_collate_is_c(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user