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/include/postgres_ext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/postgres_ext.h') diff --git a/src/include/postgres_ext.h b/src/include/postgres_ext.h index 3a4554aee0f..c09606a1071 100644 --- a/src/include/postgres_ext.h +++ b/src/include/postgres_ext.h @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------- * - * postgres_ext.h-- + * postgres_ext.h * * This file contains declarations of things that are visible * external to Postgres. For example, the Oid type is part of a @@ -16,7 +16,7 @@ * use header files that are otherwise internal to Postgres to interface * with the backend. * - * $Id: postgres_ext.h,v 1.2 1997/09/07 04:55:41 momjian Exp $ + * $Id: postgres_ext.h,v 1.3 1999/02/13 23:20:47 momjian Exp $ * *------------------------------------------------------------------------- */ -- cgit v1.2.3