diff options
Diffstat (limited to 'contrib/tablefunc')
| -rw-r--r-- | contrib/tablefunc/tablefunc.c | 3 | ||||
| -rw-r--r-- | contrib/tablefunc/tablefunc.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/contrib/tablefunc/tablefunc.c b/contrib/tablefunc/tablefunc.c index 793f26ed583..e220c736333 100644 --- a/contrib/tablefunc/tablefunc.c +++ b/contrib/tablefunc/tablefunc.c @@ -1,4 +1,7 @@ /* + * $PostgreSQL: pgsql/contrib/tablefunc/tablefunc.c,v 1.53 2008/05/17 01:28:22 adunstan Exp $ + * + * * tablefunc * * Sample to demonstrate C functions which return setof scalar diff --git a/contrib/tablefunc/tablefunc.h b/contrib/tablefunc/tablefunc.h index f6fbf97827f..3b4bb40cef6 100644 --- a/contrib/tablefunc/tablefunc.h +++ b/contrib/tablefunc/tablefunc.h @@ -1,4 +1,7 @@ /* + * $PostgreSQL: pgsql/contrib/tablefunc/tablefunc.h,v 1.14 2008/05/17 01:28:22 adunstan Exp $ + * + * * tablefunc * * Sample to demonstrate C functions which return setof scalar |
