1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-18 02:02:55 +03:00

Repair usage of the OVERLAPS operator.

Allow some operator-like tokens to be used as function names.
Flesh out support for time, timetz, and interval operators
 and interactions.
Regression tests pass, but non-reference-platform horology test results
 will need to be updated.
This commit is contained in:
Thomas G. Lockhart
2000-12-03 14:51:12 +00:00
parent 1131261270
commit 6969b8fa11
11 changed files with 1033 additions and 204 deletions

View File

@@ -33,4 +33,9 @@ typedef unsigned int slock_t;
#define HAS_TEST_AND_SET
#elif defined(__s390__)
typedef unsigned int slock_t;
#define HAS_TEST_AND_SET
#endif