postgresql: refactor to remove passthru's readline attribute

This seems to have been introduced 20 years ago in 5863d4f - but
seems to have been a copy&paste mistake from the beginning.
AFAICT, it's not used anywhere.
This commit is contained in:
Wolfgang Walther 2024-03-02 12:31:12 +01:00
parent 62635c9643
commit a92a323a1d
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -262,7 +262,7 @@ let
};
in
{
inherit readline psqlSchema jitSupport;
inherit psqlSchema jitSupport;
withJIT = if jitSupport then this else jitToggle;
withoutJIT = if jitSupport then jitToggle else this;