Register missing money operators in system catalogs
Peter Eisentraut <peter_e@gmx.net>
Register missing money operators in system catalogs The operators money*int8, int8*money, and money/int8 were implemented in code but not registered in pg_operator or pg_proc. Reviewed-by: Pavel Stehule <pavel.stehule@gmail.com>
Files
| Path | Change | +/− |
|---|---|---|
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_operator.h | modified | +6 −0 |
| src/include/catalog/pg_proc.h | modified | +3 −0 |
| src/test/regress/expected/money.out | modified | +18 −0 |
| src/test/regress/sql/money.sql | modified | +3 −0 |