diff options
Diffstat (limited to 'src/backend/access/gist/gist.c')
-rw-r--r-- | src/backend/access/gist/gist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/gist/gist.c b/src/backend/access/gist/gist.c index ce9ef24c88..54c0c4a4f6 100644 --- a/src/backend/access/gist/gist.c +++ b/src/backend/access/gist/gist.c @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------- * - * gist.c-- + * gist.c * interface routines for the postgres GiST index access method. * * |