Re: Statistics Import and Export - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: Statistics Import and Export
Date
Msg-id 71e021eb06267a41c6da5ed3e54f71a19b8962a0.camel@j-davis.com
Whole thread Raw
In response to Re: Statistics Import and Export  (Corey Huinker <corey.huinker@gmail.com>)
List pgsql-hackers
On Mon, 2025-02-24 at 17:26 -0500, Corey Huinker wrote:
> Digging some more on this, I see that we populate indxinfo[j].indkey
> as if it's an array of Oids,

It looks like it's done that way so that parseOidArray() can be used. A
hack, I suppose, but makes some sense to reuse that code.

We should probably add a comment somewhere, though.

Regards,
    Jeff Davis




pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Fix logging for invalid recovery timeline
Next
From: Masahiko Sawada
Date:
Subject: Re: Fix assert failure when decoding XLOG_PARAMETER_CHANGE on primary