pgsql: Remove last references to WAL segment size in MSVC scripts

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove last references to WAL segment size in MSVC scripts
Date: 2019-06-19 02:19:23
Message-ID: E1hdQC3-0006Nu-1d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2019-06-19 12:39:26 pgsql: Replace an occurrence of slave with standby
Previous Message Michael Paquier 2019-06-19 02:03:09 pgsql: Fix description of WAL record XLOG_BTREE_META_CLEANUP