Use factorial rather than numeric_fac in create_operator.sql.
Tom Lane <tgl@sss.pgh.pa.us>
Use factorial rather than numeric_fac in create_operator.sql. These two SQL functions are aliases for the same C function, so this change has no semantic effect. However, because we dropped the numeric_fac alias in HEAD (commit 76f412ab3), operator definitions based on that one don't port forward, causing problems for cross-version upgrade tests based on the regression database. Patch all active back branches to dodge the problem. Discussion: https://postgr.es/m/449144.1600439950@sss.pgh.pa.us
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/create_operator.out | modified | +10 −10 |
| src/test/regress/sql/create_operator.sql | modified | +10 −10 |
Discussion
- XversionUpgrade tests broken by postfix operator removal 12 messages · 2020-09-18 → 2020-09-20