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

Commit8e497c7

Browse files
committed
psql: Remove notice about readline from --version output
This was from a time when readline support wasn't standard. And itdoesn't help analyzing current line editing library problems.
1 parent27314d3 commit8e497c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎src/bin/psql/startup.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -651,10 +651,6 @@ static void
651651
showVersion(void)
652652
{
653653
puts("psql (PostgreSQL) "PG_VERSION);
654-
655-
#if defined(USE_READLINE)
656-
puts(_("contains support for command-line editing"));
657-
#endif
658654
}
659655

660656

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp