1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-25 20:23:07 +03:00

Fix inconsistent static-vs-not-static declarations.

This commit is contained in:
Tom Lane
2003-08-01 18:03:57 +00:00
parent 38a412ec39
commit 3a1ed8761f
4 changed files with 7 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
* back to source text
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/ruleutils.c,v 1.147 2003/07/30 22:56:23 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/ruleutils.c,v 1.148 2003/08/01 18:00:19 tgl Exp $
*
* This software is copyrighted by Jan Wieck - Hamburg.
*
@@ -1298,7 +1298,7 @@ deparse_expression(Node *expr, List *dpcontext,
* The result is a palloc'd string.
* ----------
*/
char *
static char *
deparse_expression_pretty(Node *expr, List *dpcontext,
bool forceprefix, bool showimplicit,
int prettyFlags, int startIndent)