From: | shawn wang <shawn(dot)wang(dot)pg(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, wenjing <wjzeng2012(at)gmail(dot)com>, pgsql-bugs(at)lists(dot)postgresql(dot)org, tushar <tushar(dot)ahuja(at)enterprisedb(dot)com> |
Subject: | Re: [bug] Table not have typarray when created by single user mode |
Date: | 2020-05-20 08:15:32 |
Message-ID: | CA+T=_GViD2iFKqcRwXGGaCO8opXr+e0uArMF3J1K3hQK0=CWWA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers |
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> 于2020年5月20日周三 上午12:09写道:
> I think a safer fix is to replace the IsUnderPostmaster check in
> heap_create_with_catalog with !IsBootstrapProcessingMode() or the
> like. That would have the result that we'd create array types for
> the information_schema views, as well as the system views made in
> system_views.sql, which is slightly annoying but probably no real
> harm in the big scheme of things. (I wonder if we ought to reverse
> the sense of the adjacent relkind check, turning it into a blacklist,
> while at it.)
>
Thank you for the explanation.
I prefer to change the conditions too.
>
> I remain however of the opinion that doing this sort of thing in
> single-user mode, or really much of anything beyond emergency
> vacuuming, is unwise.
>
I do agree with you, but there is no clear point in the document (maybe I
did not read it all),
it is recommended to make it clear in the document.
Regards,
--
Shawn Wang
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Gustafsson | 2020-05-20 12:05:28 | Re: BUG #16343: Build problem: Install.pm "Could not find debug or release binaries" |
Previous Message | David Gilman | 2020-05-20 00:52:25 | Re: BUG #16147: postgresql 12.1 (from homebrew) - pg_restore -h localhost --jobs=2 crashes |
From | Date | Subject | |
---|---|---|---|
Next Message | Laurenz Albe | 2020-05-20 08:45:26 | Re: Extensions not dumped when --schema is used |
Previous Message | Peter Eisentraut | 2020-05-20 08:06:55 | Re: explicit_bzero for sslpassword |