Re: vac_update_datfrozenxid will raise "wrong tuple length" if pg_database tuple contains toast attribute.

2023-01-19 Thread Arthur Nascimento
On Thu, 19 Jan 2023 at 14:10, Nathan Bossart wrote: > This was recently back-patched [0] [1] [2]. Oh, I see that now. Thanks! Sorry for the noise. -- Arthur Nascimento EDB

Re: vac_update_datfrozenxid will raise "wrong tuple length" if pg_database tuple contains toast attribute.

2023-01-19 Thread Arthur Nascimento
d to HEAD then. commit 947789f1f5fb61daf663f26325cbe7cad8197d58 Author: Michael Paquier Date: Tue Dec 8 12:13:19 2020 +0900 Avoid using tuple from syscache for update of pg_database.datfrozenxid Would it be possible to backport the patch to 12 and 13? -- Arthur Nascimento EDB

Re: PROXY protocol support

2021-03-02 Thread Arthur Nascimento
ople will soon try and set proxy_servers='*' or 'all' if they think this setting works as listen_addresses or as pg_hba. But I don't think I'd make these use cases easier. Tureba - Arthur Nascimento

Re: proposal: alternative psql commands quit and exit

2017-12-12 Thread Arthur Nascimento
27;quit' is important anyway since it works even on a dirty buffer. And experienced users already set their status lines anyway, so they would have an extra status space on the right for general things; perhaps RPROMPT, as zsh calls it. I'd rather have SO fill with "how to change the right prompt in psql" than "how to quit psql" since then we're talking about different user profiles. Tureba - Arthur Nascimento