Fix portability problem in Catalog.pm. Commit 7666e73a2 introduced a dependency on filehandles' input_line_number method, but apparently that's a Perl neologism. Use $. instead, which works at least back to Perl 5.10, and hopefully back to 5.8.
Jeff Janes Discussion: https://postgr.es/m/CAMkU=1wuQW=xvfu-14a4vcvxo0ohkd3m9vk6hoj_dprqokn...@mail.gmail.com Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/15bb93e28e49fdf4f28d509c07d1527886acb3e2 Modified Files -------------- src/backend/catalog/Catalog.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
