postgresql/src/backend/tcop
Tom Lane c1f3073333 Clean up the API for DestReceiver objects by eliminating the assumption
that a Portal is a useful and sufficient additional argument for
CreateDestReceiver --- it just isn't, in most cases.  Instead formalize
the approach of passing any needed parameters to the receiver separately.

One unexpected benefit of this change is that we can declare typedef Portal
in a less surprising location.

This patch is just code rearrangement and doesn't change any functionality.
I'll tackle the HOLD-cursor-vs-toast problem in a follow-on patch.
2008-11-30 20:51:25 +00:00
..
dest.c Clean up the API for DestReceiver objects by eliminating the assumption 2008-11-30 20:51:25 +00:00
fastpath.c Improve snapshot manager by keeping explicit track of snapshots. 2008-05-12 20:02:02 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
postgres.c Clean up the API for DestReceiver objects by eliminating the assumption 2008-11-30 20:51:25 +00:00
pquery.c Clean up the API for DestReceiver objects by eliminating the assumption 2008-11-30 20:51:25 +00:00
utility.c Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least 2008-11-07 18:25:07 +00:00