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/access/gist/giststrat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/access/gist/giststrat.c') diff --git a/src/backend/access/gist/giststrat.c b/src/backend/access/gist/giststrat.c index b54c0951c4c..69eb9c31c3f 100644 --- a/src/backend/access/gist/giststrat.c +++ b/src/backend/access/gist/giststrat.c @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------- * - * giststrat.c-- + * giststrat.c * strategy map data for GiSTs. * * Copyright (c) 1994, Regents of the University of California -- cgit v1.2.3