Thanks to visit codestin.com
Credit goes to postgrespro.com

pgsql/src/backend/catalog pg_operator.c - Mailing list pgsql-committers

From [email protected]
Subject pgsql/src/backend/catalog pg_operator.c
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    [email protected]    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.


pgsql-committers by date:

Previous
From: [email protected]
Date:
Subject: pgsql/src/pl/plpython plpython.c
Next
From: [email protected]
Date:
Subject: pgsql/src/test/regress/expected horology-no-DS ...