diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-09-18 18:03:44 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-09-18 18:03:44 -0400 |
commit | 1af91dc032cfc3f1e47d3bbb976ad6c880668bad (patch) | |
tree | e1a9b223b5ae3fe53db4577e4f66d99f2f332ff5 /src/backend/access/gist | |
parent | 4bc63462d9d8dd12a5564c3d4ca06c99449d2d07 (diff) | |
download | postgresql-1af91dc032cfc3f1e47d3bbb976ad6c880668bad.tar.gz postgresql-1af91dc032cfc3f1e47d3bbb976ad6c880668bad.zip |
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
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions