Re: optimizer/clauses.h needn't include access/htup.h
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Justin Pryzby <pryzby@telsasoft.com>, pgsql-hackers@lists.postgresql.org
Date: 2020-11-23T22:44:37Z
Lists: pgsql-hackers
On 2020-Nov-23, Tom Lane wrote: > Anyway, if you're feeling motivated to explore a more wide-ranging > refactoring, by all means have a go at it. I was contemplating commands/trigger.c this morning (after Heikki split copy.c) thinking about the three pieces embedded in there -- one catalog/pg_trigger.c, one in executor (execTrigger.c?) and what seems a very small piece to remain where it is. Just thinking out loud ...
Commits
-
Remove unnecessary #include.
- 3b9b01f75d6e 14.0 landed
-
Refactor planner's header files.
- f09346a9c621 12.0 cited
-
Support named and default arguments in CALL
- a8677e3ff6bb 11.0 cited