From 6724a5078748946b8150700125571b6ea62feca8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 13 Feb 1999 23:22:53 +0000 Subject: Change my-function-name-- to my_function_name, and optimizer renames. --- src/backend/lib/stringinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/lib/stringinfo.c') diff --git a/src/backend/lib/stringinfo.c b/src/backend/lib/stringinfo.c index ed891c5f841..2d129d12b2e 100644 --- a/src/backend/lib/stringinfo.c +++ b/src/backend/lib/stringinfo.c @@ -1,12 +1,12 @@ /* - * stringinfo.c-- + * stringinfo.c * These are routines that can be used to write informations to a string, * without having to worry about string lengths, space allocation etc. * Ideally the interface should look like the file i/o interface, * * Copyright (c) 1994, Regents of the University of California * - * $Id: stringinfo.c,v 1.13 1998/12/14 08:11:04 scrappy Exp $ + * $Id: stringinfo.c,v 1.14 1999/02/13 23:15:36 momjian Exp $ */ #include -- cgit v1.2.3