Re: [PATCH] Support Int64 GUCs - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: [PATCH] Support Int64 GUCs
Date
Msg-id CAJ7c6TNPOXiP7FT5K8rpvPqT7RBHqoE3x9yBSbu5qhAHXpwF+g@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Support Int64 GUCs  (Alexander Korotkov <aekorotkov@gmail.com>)
List 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



pgsql-hackers by date:

Previous
From: Mark Dilger
Date:
Subject: Re: Index AM API cleanup
Next
From: Alvaro Herrera
Date:
Subject: Re: not null constraints, again