On 7/6/22 23:15, Tom Lane wrote:
David Rowley writes:
On Thu, 7 Jul 2022 at 13:41, John Naylor wrote:
Hmm, the commit appeared on git.postgresql.org, but apparently not in
my email nor the list archives.
Strange. I'd suspect a temporary hiccup in whatever code pushes the
commits onto the m
David Rowley writes:
> On Thu, 7 Jul 2022 at 13:41, John Naylor wrote:
>> Hmm, the commit appeared on git.postgresql.org, but apparently not in
>> my email nor the list archives.
> Strange. I'd suspect a temporary hiccup in whatever code pushes the
> commits onto the mailing list, but I see that
On Thu, 7 Jul 2022 at 13:41, John Naylor wrote:
>
> On Thu, Jul 7, 2022 at 3:16 AM David Rowley wrote:
> >
> > Pushed.
>
> Hmm, the commit appeared on git.postgresql.org, but apparently not in
> my email nor the list archives.
Strange. I'd suspect a temporary hiccup in whatever code pushes the
c
On Thu, Jul 7, 2022 at 3:16 AM David Rowley wrote:
>
> Pushed.
Hmm, the commit appeared on git.postgresql.org, but apparently not in
my email nor the list archives.
--
John Naylor
EDB: http://www.enterprisedb.com
On Tue, Jul 5, 2022 at 9:34 PM David Rowley wrote:
> I voiced my dislike for the patch I came up with to fix this issue to
> Andres. He suggested that I just add a version of index_form_tuple
> that can be given a MemoryContext pointer to allocate the returned
> tuple into.
>
> I like that idea m
On Wed, 6 Jul 2022 at 13:34, David Rowley wrote:
> If there are no objections, I plan to push this in the next 24 hours.
Pushed.
David
On Wed, 29 Jun 2022 at 12:59, David Rowley wrote:
> I noticed while doing some memory context related work that since we
> now use generation.c memory contexts for tuplesorts (40af10b57) that
> tuplesort_putindextuplevalues() causes memory "leaks" in the
> generation context due to index_form_tupl
On Wed, 29 Jun 2022 at 12:59, David Rowley wrote:
> I noticed while doing some memory context related work that since we
> now use generation.c memory contexts for tuplesorts (40af10b57) that
> tuplesort_putindextuplevalues() causes memory "leaks" in the
> generation context due to index_form_tupl
Hackers,
I noticed while doing some memory context related work that since we
now use generation.c memory contexts for tuplesorts (40af10b57) that
tuplesort_putindextuplevalues() causes memory "leaks" in the
generation context due to index_form_tuple() being called while we're
switched into the st