pgsql: Use factorial rather than numeric_fac in create_operator.sql.

2020-09-18 Thread Tom Lane
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

pgsql: Use factorial rather than numeric_fac in create_operator.sql.

2020-09-18 Thread Tom Lane
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

pgsql: Use factorial rather than numeric_fac in create_operator.sql.

2020-09-18 Thread Tom Lane
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

pgsql: Use factorial rather than numeric_fac in create_operator.sql.

2020-09-18 Thread Tom Lane
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

pgsql: Use factorial rather than numeric_fac in create_operator.sql.

2020-09-18 Thread Tom Lane
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

pgsql: Use factorial rather than numeric_fac in create_operator.sql.

2020-09-18 Thread Tom Lane
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