mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
Fix parsing dotted hostnames.
This commit is contained in:
parent
07c614c170
commit
6ccb1871f5
@ -260,7 +260,7 @@
|
||||
(declare (ignore unix))
|
||||
(list :unix (when socket-directory (text socket-directory)))))
|
||||
|
||||
(defrule network-name (and namestring (? (and "." network-name)))
|
||||
(defrule network-name (and namestring (* (and "." namestring)))
|
||||
(:lambda (name)
|
||||
(list :host (text name))))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user