Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd5c2a91

Browse files
committed
Remove ppport.h's broken re-implementation of eval_pv().
Recent versions of Devel::PPPort try to redefine eval_pv() tododge a bug in pre-5.31 Perl versions. Unfortunately the redefinitionfails on compilers that don't support statements nested withinexpressions. However, we aren't actually interested in this bug fix,since we always call eval_pv() with croak_on_error = FALSE.So, until there's an upstream fix for this breakage, just commentout the macro to revert to the older behavior.Per report from Wei Sun, as well as previous buildfarm failureon pademelon (which I'd unfortunately not looked at carefullyenough to understand the cause). Back-patch to all supportedversions, since we're using the same ppport.h in all.Discussion:https://postgr.es/m/tencent_2EFCC8BA0107B6EC0F97179E019A8A43C806@qq.comReport:https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=pademelon&dt=2022-02-02%2001%3A22%3A58
1 parentaa64f23 commitd5c2a91

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎src/pl/plperl/ppport.h

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp