diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-03-22 19:48:41 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-03-22 19:48:41 +0000 |
commit | 8f5fb5f24e94a2f451ad5a21d51f6a62f6fdd20a (patch) | |
tree | 83d6c693ae66f95ece2c403ad65379db86f66871 | |
parent | 268bbf430f12c6469956071c41b0f0b754e7d4c2 (diff) | |
download | postgresql-8f5fb5f24e94a2f451ad5a21d51f6a62f6fdd20a.tar.gz postgresql-8f5fb5f24e94a2f451ad5a21d51f6a62f6fdd20a.zip |
Remove ecpg #warning with approval from Michael.
-rw-r--r-- | src/interfaces/ecpg/include/datetime.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/include/datetime.h b/src/interfaces/ecpg/include/datetime.h index 88ca789212f..dc029e038e4 100644 --- a/src/interfaces/ecpg/include/datetime.h +++ b/src/interfaces/ecpg/include/datetime.h @@ -5,7 +5,6 @@ #endif /* dtime_t */ #ifndef intrvl_t -#warning needs interval here #define intrvl_t Timestamp #endif /* intrvl_t */ |