remove useless set of active snap - Mailing list pgsql-hackers

From Alvaro Herrera
Subject remove useless set of active snap
Date
Msg-id 20091002181603.GH27505@alvh.no-ip.org
Whole thread Raw
Responses Re: remove useless set of active snap
List pgsql-hackers
This patch removes a useless pushing of an active snapshot on
PortalStart.  Instead of push/get/pop of the active snapshot, without
any intervening use of the active snapshot, we just pass a local
snapshot down to CreateQueryDesc.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

Attachment

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: latest hstore patch
Next
From: Tom Lane
Date:
Subject: Re: LIMIT 1 == EXISTS optimization?