diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-04-10 11:42:00 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-04-10 11:42:00 -0400 |
commit | bf50caf105a901c4f83ac1df3cdaf910c26694a4 (patch) | |
tree | dac42d7795070f107eefb085c500f86a4d35f92f /src/include/parser/parse_collate.h | |
parent | 9a8b73147c07e02e10e0d0a34aa99d72e3336fb2 (diff) |
pgindent run before PG 9.1 beta 1.
Diffstat (limited to 'src/include/parser/parse_collate.h')
-rw-r--r-- | src/include/parser/parse_collate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/parser/parse_collate.h b/src/include/parser/parse_collate.h index 20acb43504f..4332ffc2b9d 100644 --- a/src/include/parser/parse_collate.h +++ b/src/include/parser/parse_collate.h @@ -22,6 +22,6 @@ extern void assign_list_collations(ParseState *pstate, List *exprs); extern void assign_expr_collations(ParseState *pstate, Node *expr); -extern Oid select_common_collation(ParseState *pstate, List *exprs, bool none_ok); +extern Oid select_common_collation(ParseState *pstate, List *exprs, bool none_ok); #endif /* PARSE_COLLATE_H */ |