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

Commitb6926de

Browse files
committed
psql: Remove obsolete code
The check in create_help.pl for a null end tag (</>) has been obsoletesince the conversion from SGML to XML, since XML does not allow thatanymore.
1 parentbc09d5e commitb6926de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/bin/psql/create_help.pl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@
128128

129129
my$nl_count = () =$cmdsynopsis =~/\n/g;
130130

131-
$cmdsynopsis =~m!</>!
132-
anddie"$0:$file: null end tag not supported in synopsis\n";
133131
$cmdsynopsis =~s/%/%%/g;
134132

135133
while ($cmdsynopsis =~m!<(\w+)[^>]*>(.+?)</\1[^>]*>!)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp