diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-03-11 04:38:42 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-03-11 04:38:42 +0000 |
commit | f3d99d160d1f6104dc7b1b44e66aa4c713e52680 (patch) | |
tree | 2cbd8fd961414b548e8b6d506a3cd286d66b8f0e /contrib/cube/cube.c | |
parent | 7992d0fbcaa5fa185f465e434836d63c1da94ba9 (diff) |
Add CVS tag lines to files that were lacking them.
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. |