Thread: pgsql/src/backend/catalog pg_operator.c

pgsql/src/backend/catalog pg_operator.c

From
tgl@postgresql.org
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/10/22 15:34:13

Modified files:
    src/backend/catalog: pg_operator.c

Log message:
    Add defenses against invalid operator names passed in CREATE OPERATOR
    arguments (where the parser doesn't check them already).  Minor code
    cleanups too.