| От | Joe Conway |
|---|---|
| Тема | Re: Cursors and Transactions, why? |
| Дата | |
| Msg-id | 4074934A.2010408@joeconway.com обсуждение исходный текст |
| Ответ на | Re: Cursors and Transactions, why? (Eric Ridge <ebr@tcdi.com>) |
| Ответы |
Re: Cursors and Transactions, why?
|
| Список | pgsql-general |
Eric Ridge wrote: > Is the tuplestore basically just an array of ItemPointer-s? In mean, > it's not a copy of each entire row, is it? Yup, it is copied: src/backend/utils/sort/tuplestore.c:tuplestore_puttuple() 8<-------------------------------------------------------- /* * Accept one tuple and append it to the tuplestore. * * Note that the input tuple is always copied; the caller need not save * it. 8<-------------------------------------------------------- Joe
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера