summaryrefslogtreecommitdiff
path: root/src/include/access/gist.h
diff options
context:
space:
mode:
authorBruce Momjian1999-02-13 23:22:53 +0000
committerBruce Momjian1999-02-13 23:22:53 +0000
commitc2d77d4164e783cd421cc877ea8caa8b8b469ff8 (patch)
tree8105ffbe2df2759fcee9d8fcd2420ef94f3ceca6 /src/include/access/gist.h
parentadd57980ada50540e2d45a7842aa10b4215e4092 (diff)
Change my-function-name-- to my_function_name, and optimizer renames.
Diffstat (limited to 'src/include/access/gist.h')
-rw-r--r--src/include/access/gist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/gist.h b/src/include/access/gist.h
index 8bcf24ae7f..383877e9ad 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.
*
*