diff options
Diffstat (limited to 'contrib/cube/cube.c')
-rw-r--r-- | contrib/cube/cube.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/cube/cube.c b/contrib/cube/cube.c index 0bc88ef6f14..c6df246d259 100644 --- a/contrib/cube/cube.c +++ b/contrib/cube/cube.c @@ -1,4 +1,6 @@ /****************************************************************************** + $PostgreSQL: pgsql/contrib/cube/cube.c,v 1.24 2006/03/11 04:38:28 momjian 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. |