mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Change some labels in bootparse to make ctags happy. Clean up outfunc/readfunc code and add missing fields for Query structure and new Union fields. Fix optimizer bug shown in new \do command. Change WARN to ERROR in contrib and regression stuff.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/lib/stringinfo.c,v 1.6 1998/01/05 03:31:24 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/lib/stringinfo.c,v 1.7 1998/01/06 18:52:09 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -76,7 +76,9 @@ appendStringInfo(StringInfo str, char *buffer)
|
||||
newlen;
|
||||
char *s;
|
||||
|
||||
Assert((str != NULL));
|
||||
Assert(str != NULL);
|
||||
if (buffer == NULL)
|
||||
buffer = "\"\"";
|
||||
|
||||
/*
|
||||
* do we have enough space to append the new string? (don't forget to
|
||||
|
Reference in New Issue
Block a user