1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-13 16:22:44 +03:00
Files
postgres/src/backend
Tom Lane 9110b33f46 Add numeric <-> int8 and numeric <-> int2 conversion functions, as well
as a unary minus operator for numeric.  Now that long numeric constants
will get converted to NUMERIC in early parsing, it's essential to have
numeric->int8 conversion to avoid 'can't convert' errors on undecorated
int8 constants.  Threw in the rest for completeness while I was in the
area.
I did not force an initdb for this, since the system will still run
without the new pg_proc/pg_operator entries.  Possibly I should've.
2000-02-24 02:05:30 +00:00
..
2000-02-18 09:30:20 +00:00
2000-02-18 09:30:20 +00:00
2000-01-26 05:58:53 +00:00
2000-01-26 05:58:53 +00:00
2000-01-26 05:58:53 +00:00
2000-02-18 09:30:20 +00:00
2000-01-26 05:58:53 +00:00