summaryrefslogtreecommitdiff
path: root/src/include/access/gistscan.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-02-13 23:22:53 +0000
committerBruce Momjian <bruce@momjian.us>1999-02-13 23:22:53 +0000
commit6724a5078748946b8150700125571b6ea62feca8 (patch)
treea7b3f2cf82f0bdb7cf836d1d4614a0e3b32df954 /src/include/access/gistscan.h
parent8c3fff7337b6389b00e8dda03a079605ee102f1b (diff)
downloadpostgresql-6724a5078748946b8150700125571b6ea62feca8.tar.gz
Change my-function-name-- to my_function_name, and optimizer renames.
Diffstat (limited to 'src/include/access/gistscan.h')
-rw-r--r--src/include/access/gistscan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/gistscan.h b/src/include/access/gistscan.h
index 553705f139..4be3b676ca 100644
--- a/src/include/access/gistscan.h
+++ b/src/include/access/gistscan.h
@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
- * gistscan.h--
+ * gistscan.h
* routines defined in access/gisr/gistscan.c
*
*