Introduce BYTES unit for GUCs.

Andres Freund <andres@anarazel.de>

Commit: 6e7baa322773ff8c79d4d8883c99fdeff5bfa679
Author: Andres Freund <andres@anarazel.de>
Date: 2017-09-12T19:13:12Z
Releases: 11.0
Introduce BYTES unit for GUCs.

This is already useful for track_activity_query_size, and will further
be used in a later commit making the WAL segment size configurable.

Author: Beena Emerson
Reviewed-By: Andres Freund
Discussion: https://postgr.es/m/CAOG9ApEu8bXVwBxkOO9J7ZpM76TASK_vFMEEiCEjwhMmSLiaqQ@mail.gmail.com

Files

PathChange+/−
src/backend/utils/misc/guc.c modified +9 −5
src/include/utils/guc.h modified +1 −0

Discussion