1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-10 14:22:35 +03:00

pgindent run.

This commit is contained in:
Bruce Momjian
2002-09-04 20:31:48 +00:00
parent c91ceec21d
commit e50f52a074
446 changed files with 14942 additions and 13363 deletions

View File

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