pgsql: Remove last references to WAL segment size in MSVC scripts - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Remove last references to WAL segment size in MSVC scripts
Date
Msg-id E1hdQC3-0006Nu-1d@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove last references to WAL segment size in MSVC scripts

fc49e24 has removed the last use of this compile-time variable as WAL
segment size is something that can now be set at initdb time, still this
commit has forgotten some references to it.

Discussion: https://postgr.es/m/20190617073228.GE18917@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/414cca40d506dd3f17b49ae3139853139192c2ba

Modified Files
--------------
src/tools/msvc/Solution.pm | 4 ----
1 file changed, 4 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix description of WAL record XLOG_BTREE_META_CLEANUP
Next
From: Magnus Hagander
Date:
Subject: pgsql: Replace an occurrence of slave with standby