1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

Cleanup of outnodes.

This commit is contained in:
Bruce Momjian
1998-01-07 15:32:47 +00:00
parent c01a56daf5
commit e9dc636e0c
6 changed files with 27 additions and 25 deletions

View File

@ -9,7 +9,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/lib/stringinfo.c,v 1.7 1998/01/06 18:52:09 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/lib/stringinfo.c,v 1.8 1998/01/07 15:32:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -78,7 +78,7 @@ appendStringInfo(StringInfo str, char *buffer)
Assert(str != NULL);
if (buffer == NULL)
buffer = "\"\"";
buffer = "<>";
/*
* do we have enough space to append the new string? (don't forget to