pgsql: Issue explicit error messages for attempts to use "shell" - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Issue explicit error messages for attempts to use "shell"
Date
Msg-id 20080422013434.2A0A17559CC@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Issue explicit error messages for attempts to use "shell" operators in
ordinary expressions.  This probably doesn't catch every single case
where you might get "cache lookup failed for function 0" for use of a
shell operator, but it will catch most.  Per bug #4120 from Pedro Gimeno.

This patch incidentally folds make_op_expr() into its sole remaining
caller --- the alternative was to give it yet more arguments, which
didn't seem an improvement.

Modified Files:
--------------
    pgsql/src/backend/parser:
        parse_oper.c (r1.101 -> r1.102)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_oper.c?r1=1.101&r2=1.102)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix convert_IN_to_join to properly handle the case where the
Next
From: gleu@pgfoundry.org (User Gleu)
Date:
Subject: pgsnap - pgsnap: Add "functions" report.