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/tutorial/beard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tutorial') diff --git a/src/tutorial/beard.c b/src/tutorial/beard.c index 9207f04d394..d2254960afd 100644 --- a/src/tutorial/beard.c +++ b/src/tutorial/beard.c @@ -1,13 +1,13 @@ /*------------------------------------------------------------------------- * - * beard.c-- + * beard.c * sample routines to use large objects * * Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/tutorial/Attic/beard.c,v 1.1 1998/03/01 04:51:01 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/tutorial/Attic/beard.c,v 1.2 1999/02/13 23:22:47 momjian Exp $ * *------------------------------------------------------------------------- */ -- cgit v1.2.3