Re: PREPARE and transactions
От | Tom Lane |
---|---|
Тема | Re: PREPARE and transactions |
Дата | |
Msg-id | 6350.1088172149@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: PREPARE and transactions ("Jeroen T. Vermeulen" <jtv@xs4all.nl>) |
Ответы |
Re: PREPARE and transactions
Re: PREPARE and transactions |
Список | pgsql-hackers |
"Jeroen T. Vermeulen" <jtv@xs4all.nl> writes: > 1. Add a "soft" bit to prepared-statement plans > 2. Add rollback bookkeeping for prepared statements, which sets the bit > 3. Accept identical re-preparations of "soft" statements, clearing the bit That sounds awfully ugly :-( It occurs to me that a lot of the problem would go away if we allowed DEALLOCATE of a nonexistent statement to not be an error (seems like a NOTICE would be be plenty). Then you could just unconditionally DEALLOCATE anything you were about to PREPARE, if you weren't entirely sure whether it already existed. regards, tom lane
В списке pgsql-hackers по дате отправления: