Add Nullif case for eval_const_expressions_mutator - Mailing list pgsql-hackers

From Hou, Zhijie
Subject Add Nullif case for eval_const_expressions_mutator
Date
Msg-id 7ea5ce773bbc4eea9ff1a381acd3b102@G08CNEXMBPEKD05.g08.fujitsu.local
Whole thread Raw
Responses Re: Add Nullif case for eval_const_expressions_mutator  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi

I notice that there are no Nullif case in eval_const_expression.
Since Nullif is similar to Opexpr and is easy to implement,
I try add this case in eval_const_expressions_mutator.

Best regards,
houzj



Attachment

pgsql-hackers by date:

Previous
From: Sergei Kornilov
Date:
Subject: Re: Allow some recovery parameters to be changed with reload
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: Autovacuum on partitioned table (autoanalyze)