From: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
---|---|
To: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
Cc: | Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? |
Date: | 2019-08-01 22:41:39 |
Message-ID: | CA+hUKGLmzt6a_rSTva3rTCQG9v9RnuKvuhaYkPEyACdEH2fPLg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, Jul 9, 2019 at 11:07 PM Daniel Gustafsson <daniel(at)yesql(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2019-08-01 22:57:16 | Re: Optimze usage of immutable functions as relation |
Previous Message | Thomas Munro | 2019-08-01 22:39:23 | Re: [PATCH] kNN for btree |