summaryrefslogtreecommitdiff
path: root/src/include/postgres.h
diff options
context:
space:
mode:
authorAlvaro Herrera2016-05-24 18:55:34 +0000
committerAlvaro Herrera2016-05-24 18:55:34 +0000
commit0c7cd45b6d702253c09427929bcceb6e7fe9029a (patch)
tree71458325e92299345c2c977087df24e6ffae91c6 /src/include/postgres.h
parentc45fb43c8448c5b710d4ef9774497e1789e070e5 (diff)
Fix range check for effective_io_concurrency
Commit 1aba62ec moved the range check of that option form guc.c into bufmgr.c, but introduced a bug by changing a >= 0.0 to > 0.0, which made the value 0 no longer accepted. Put it back. Reported by Jeff Janes, diagnosed by Tom Lane
Diffstat (limited to 'src/include/postgres.h')
0 files changed, 0 insertions, 0 deletions