Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8e497c7

Browse files
committed
psql: Remove notice about readline from --version output
This was from a time when readline support wasn't standard. And it doesn't help analyzing current line editing library problems.
1 parent 27314d3 commit 8e497c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/bin/psql/startup.c

-4
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)