Clean up of postgresql_fdw.c - Mailing list pgsql-hackers

From Michael Paquier
Subject Clean up of postgresql_fdw.c
Date
Msg-id CAB7nPqT=Xknxww8qX8T-uUvVwdq3n_iv-tztMFKbUeJ-5foUPw@mail.gmail.com
Whole thread Raw
Responses Re: Clean up of postgresql_fdw.c
List pgsql-hackers
Hi all,

I am looking at postgresql_fdw.c and I am cleaning up the functions inside it.
Please find attached a patch that removes is_immutable_func as it does exactly the same thing as func_volatile in lsyscache.c.
There is still one function remaining in postgresql_fdw.c called pgxc_is_expr_shippable that is related to FQS planner.
Ashutosh, any thoughts about where to put it?
--
Michael Paquier
http://michael.otacoo.com
Attachment

pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: temporal support patch
Next
From: Michael Paquier
Date:
Subject: Re: Clean up of postgresql_fdw.c