| From: | Karen Huang <karenhuang2017(at)gmail(dot)com> |
|---|---|
| To: | Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> |
| Cc: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
| Subject: | Re: BUG #19541: Postgresql failed to run 150+ tests on both debug and release configurations with VS 2026 on Windows |
| Date: | 2026-07-13 06:09:44 |
| Message-ID: | CAKLsQesObwMd=E8XPbodiTaRfzwdVUyMfKPiP3gybWoyQscP9A@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Yes, we are using the Strawberry Perl. It can be found in CMD like below:
>where perl
C:\Strawberry\perl\bin\perl.exe
On Wed, Jul 1, 2026 at 4:40 PM Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
wrote:
> At Tue, 30 Jun 2026 07:37:00 +0000, PG Bug reporting form <
> noreply(at)postgresql(dot)org> wrote in
> > # die: WAIT FOR LSN failed: error running SQL: 'psql:<stdin>:1: ERROR:
> > invalid input syntax for type pg_lsn: "0/03045AA0
> > "
> > '
> > # while running 'psql --no-psqlrc --no-align --tuples-only --quiet
> --dbname
> > port=30741 host=127.0.0.1 dbname='postgres' --file - --variable
> > ON_ERROR_STOP=1' with sql 'WAIT FOR LSN '0/03045AA0
> > ' WITH (MODE 'standby_replay', timeout '180s', no_throw);' at
> > C:/gitP/postgres/postgres/src/test/recovery/t/001_stream_rep.pl line 72.
>
> chomp doesn't seem to be working as expected. Are you using Strawberry
> Perl? The documentation states that Strawberry Perl is required for
> Windows builds. Are you using the correct Perl?
>
>
> https://www.postgresql.org/docs/devel/installation-platform-notes.html#WINDOWS-REQUIREMENTS
> > Strawberry Perl is required to run the build generation
> > scripts. MinGW or Cygwin Perl will not work. It must also be present
> > in the PATH. Binaries can be downloaded from
> > https://strawberryperl.com.
>
> Regards,
>
> --
> Kyotaro Horiguchi
> NTT Open Source Software Center
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Karen Huang | 2026-07-13 07:21:26 | Re: BUG #19541: Postgresql failed to run 150+ tests on both debug and release configurations with VS 2026 on Windows |
| Previous Message | Bharath Rupireddy | 2026-07-10 23:23:21 | Re: BUG #19549: Physical replication slot xmin value stuck |