diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-05-29 05:45:56 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-05-29 05:45:56 +0000 |
commit | 091126fa28b4dbfd9df2fc4c22deade58f7e24dc (patch) | |
tree | 5a4c362f26fa5b00688831ffdf1dfff8b0f60f1f /contrib/datetime/datetime_functions.h | |
parent | 18952f67446da73f938d213b5225b99e95657837 (diff) | |
download | postgresql-091126fa28b4dbfd9df2fc4c22deade58f7e24dc.tar.gz postgresql-091126fa28b4dbfd9df2fc4c22deade58f7e24dc.zip |
Generated header files parse.h and fmgroids.h are now copied into
the src/include tree, so that -I backend is no longer necessary anywhere.
Also, clean up some bit rot in contrib tree.
Diffstat (limited to 'contrib/datetime/datetime_functions.h')
-rw-r--r-- | contrib/datetime/datetime_functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/datetime/datetime_functions.h b/contrib/datetime/datetime_functions.h index c345f2852b8..4b0eb499884 100644 --- a/contrib/datetime/datetime_functions.h +++ b/contrib/datetime/datetime_functions.h @@ -15,6 +15,7 @@ int4 date_month(DateADT val); int4 date_year(DateADT val); TimeADT *currenttime(void); DateADT currentdate(void); +int4 date2mjd(DateADT val); #endif |