mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Fix compile warning.
This commit is contained in:
parent
f032bccbdd
commit
8e4357d8ad
@ -6,7 +6,7 @@
|
|||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* $Header: /cvsroot/pgsql/src/bin/pg_dump/dumputils.h,v 1.1 2002/08/27 18:57:26 petere Exp $
|
* $Header: /cvsroot/pgsql/src/bin/pg_dump/dumputils.h,v 1.2 2002/08/27 21:50:23 tgl Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -23,4 +23,4 @@ extern char *simple_prompt(const char *prompt, int maxlen, bool echo);
|
|||||||
extern const char *fmtId(const char *identifier);
|
extern const char *fmtId(const char *identifier);
|
||||||
extern void appendStringLiteral(PQExpBuffer buf, const char *str, bool escapeAll);
|
extern void appendStringLiteral(PQExpBuffer buf, const char *str, bool escapeAll);
|
||||||
|
|
||||||
#endif DUMPUTILS_H
|
#endif /* DUMPUTILS_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user