mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
plpgsql support to come later. Along the way, convert execMain's SELECT INTO support into a DestReceiver, in order to eliminate some ugly special cases. Jonah Harris and Tom Lane