BUG #15056: restore error - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #15056: restore error
Date
Msg-id 151816119956.21022.9686477413337791010@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #15056: restore error  (Michael Paquier <michael@paquier.xyz>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15056
Logged by:          heemin.kim
Email address:      siarta@naver.com
PostgreSQL version: 10.1
Operating system:   win10,64bit
Description:

My restore job failed with below error log... and it apeared same as
restoring with other backup files.

#error log#
---------------------------------------
2018-02-09 16:11:07,099: ERROR    pgadmin:    object of type 'bool' has no len()
Traceback (most recent call last):
  File "C:\Program Files\PostgreSQL\10\pgAdmin
4\web\pgadmin\tools\restore\__init__.py", line 327, in create_restore_job
    *args
  File "C:\Program Files\PostgreSQL\10\pgAdmin
4\web\pgadmin\tools\restore\__init__.py", line 83, in __init__
    if arg and len(arg) >= 2 and arg[:2] == '--':
TypeError: object of type 'bool' has no len()
----------------------------------------

Thank you.


pgsql-bugs by date:

Previous
From: Salvador Jacinto
Date:
Subject: Re: BUG #15036: Un-killable queries Hanging in BgWorkerShutdown
Next
From: Michael Paquier
Date:
Subject: Re: BUG #15056: restore error