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/access/gist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/access/gist.h') diff --git a/src/include/access/gist.h b/src/include/access/gist.h index 8bcf24ae7f5..383877e9ada 100644 --- a/src/include/access/gist.h +++ b/src/include/access/gist.h @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------- * - * gist.h-- + * gist.h * common declarations for the GiST access method code. * * -- cgit v1.2.3