On Thu, Sep 19, 2019 at 6:44 AM Pavel Stehule <pavel.steh...@gmail.com> wrote: > I am sending updated version
+ appendPQExpBuffer(&sql, "DROP DATABASE %s%s%s;", + (force ? " (FORCE) " : ""), An extra space before (FORCE) caused the test to fail: # 2019-09-19 19:07:22.203 UTC [1516] 050_dropdb.pl LOG: statement: DROP DATABASE (FORCE) foobar2; # doesn't match '(?^:statement: DROP DATABASE (FORCE) foobar2)' -- Thomas Munro https://enterprisedb.com