Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions?
Date
Msg-id CA+hUKGLmzt6a_rSTva3rTCQG9v9RnuKvuhaYkPEyACdEH2fPLg@mail.gmail.com
Whole thread Raw
In response to Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions?  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions?  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-hackers
On Tue, Jul 9, 2019 at 11:07 PM Daniel Gustafsson <daniel@yesql.se> wrote:
> The attached v3 also has that fix in order to see if the cfbot is happier with
> this.

Noticed while moving this to the next CF:

heap.c: In function ‘StorePartitionKey’:
1191heap.c:3582:3: error: ‘referenced’ undeclared (first use in this function)
1192   referenced.classId = RelationRelationId;
1193   ^

--
Thomas Munro
https://enterprisedb.com



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: [PATCH] kNN for btree
Next
From: Tom Lane
Date:
Subject: Re: Optimze usage of immutable functions as relation