| From: | Aleksander Alekseev <aleksander(at)timescale(dot)com> |
|---|---|
| To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Cc: | Alexander Korotkov <aekorotkov(at)gmail(dot)com>, Nathan Bossart <nathandbossart(at)gmail(dot)com> |
| Subject: | Re: [PATCH] Support Int64 GUCs |
| Date: | 2024-09-24 09:35:03 |
| Message-ID: | CAJ7c6TNPOXiP7FT5K8rpvPqT7RBHqoE3x9yBSbu5qhAHXpwF+g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
> PFA the updated patch.
It is worth mentioning that v2 should not be merged as is.
Particularly although it changes the following GUCs:
> autovacuum_vacuum_threshold
> autovacuum_vacuum_insert_threshold
> autovacuum_analyze_threshold
... it doesn't affect the code that uses these GUCs which results in
casting int64s to ints.
I would appreciate a bit more feedback on v2. If the community is fine
with modifying these GUCs I will correct the patch in this respect.
--
Best regards,
Aleksander Alekseev
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2024-09-24 09:43:26 | Re: not null constraints, again |
| Previous Message | Aleksander Alekseev | 2024-09-24 09:27:20 | Re: [PATCH] Support Int64 GUCs |