From 9396802f14c404e294ba7a67dec77b10b7c79bd9 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Mon, 14 Dec 1998 08:11:17 +0000 Subject: more cleanups...of note, appendStringInfo now performs like sprintf(), where you state a format and arguments. the old behavior required each appendStringInfo to have to have a sprintf() before it if any formatting was required. Also shortened several instances where there were multiple appendStringInfo() calls in a row, doing nothing more then adding one more word to the String, instead of doing them all in one call. --- src/backend/commands/view.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/commands/view.c') diff --git a/src/backend/commands/view.c b/src/backend/commands/view.c index 1132b1f02e2..b37acb6d25e 100644 --- a/src/backend/commands/view.c +++ b/src/backend/commands/view.c @@ -5,11 +5,11 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: view.c,v 1.28 1998/12/14 06:50:18 scrappy Exp $ + * $Id: view.c,v 1.29 1998/12/14 08:11:01 scrappy Exp $ * *------------------------------------------------------------------------- */ -#include /* for sprintf() */ +#include #include #include -- cgit v1.2.3