Re: Triggers on columns - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Triggers on columns
Date
Msg-id 7632.1255558606@sss.pgh.pa.us
Whole thread Raw
In response to Re: Triggers on columns  (Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Responses Re: Triggers on columns
List pgsql-hackers
Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp> writes:
> column-trigger_20091014.patch is a full patch to the HEAD.

Applied with assorted corrections, mostly cosmetic but not entirely.
One thing you really should have caught was updating
copyfuncs/equalfuncs for the parsenode field addition.
Next time, try grepping for every reference to a struct type you
change ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Rejecting weak passwords
Next
From: David Fetter
Date:
Subject: Re: Could regexp_matches be immutable?