From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: GenBKI emits useless open;close for catalogs without rows |
Date: | 2023-11-08 07:16:55 |
Message-ID: | 3047ac73-5a4e-47d4-85c9-fefc0ff846f2@eisentraut.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 19.09.23 20:05, Heikki Linnakangas wrote:
> One thing caught my eye though: We currently have an "open" command
> after every "create". Except for bootstrap relations; creating a
> bootstrap relation opens it implicitly. That seems like a weird
> inconsistency. If we make "create" to always open the relation, we can
> both make it more consistent and save a few lines. That's maybe worth
> doing, per the attached. It removes the "open" command altogether, as
> it's not needed anymore.
This seems like a good improvement to me.
It would restrict the bootstrap language so that you can only manipulate
a table right after creating it, but I don't see why that wouldn't be
sufficient.
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2023-11-08 07:20:30 | Re: GenBKI emits useless open;close for catalogs without rows |
Previous Message | Drouvot, Bertrand | 2023-11-08 07:02:34 | Re: Synchronizing slots from primary to standby |