summaryrefslogtreecommitdiff
path: root/contrib/seg/seg.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/seg/seg.c')
-rw-r--r--contrib/seg/seg.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/seg/seg.c b/contrib/seg/seg.c
index cb0ce4f5cab..8a95a1d5cca 100644
--- a/contrib/seg/seg.c
+++ b/contrib/seg/seg.c
@@ -1,4 +1,7 @@
-/******************************************************************************
+/*
+ * $PostgreSQL: pgsql/contrib/seg/seg.c,v 1.24 2008/05/17 01:28:22 adunstan Exp $
+ *
+ ******************************************************************************
This file contains routines that can be bound to a Postgres backend and
called by the backend in the process of processing queries. The calling
format for these routines is dictated by Postgres architecture.