From b6926dee0e1304368964e1161bfd60dd4b01b25d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 25 Feb 2019 12:00:29 +0100 Subject: [PATCH] psql: Remove obsolete code The check in create_help.pl for a null end tag () has been obsolete since the conversion from SGML to XML, since XML does not allow that anymore. --- src/bin/psql/create_help.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/psql/create_help.pl b/src/bin/psql/create_help.pl index 314bb5d87c..96cf3d37ef 100644 --- a/src/bin/psql/create_help.pl +++ b/src/bin/psql/create_help.pl @@ -128,8 +128,6 @@ foreach my $file (sort readdir DIR) my $nl_count = () = $cmdsynopsis =~ /\n/g; - $cmdsynopsis =~ m!! - and die "$0: $file: null end tag not supported in synopsis\n"; $cmdsynopsis =~ s/%/%%/g; while ($cmdsynopsis =~ m!<(\w+)[^>]*>(.+?)]*>!)