Regression tests (Background Workers)

From: Dharini <dharini1994(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Regression tests (Background Workers)
Date: 2016-06-21 05:02:30
Message-ID: CADQMRPt-GwUvyp7PukL3WFj0FZfxbjGUUfXnNPg=GO1+eY=15g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Background process is initialized at server start and when trying to run
the tests i get the following error.

$ make installcheck
(using postmaster on Unix socket, default port)
============== dropping database "contrib_regression" ==============
ERROR: DROP DATABASE cannot be executed from a function or multi-command
string
command failed: "/postgres/install/bin/psql" -X -c "DROP DATABASE IF EXISTS
\"contrib_regression\"" "postgres"
make: *** [installcheck] Error 2

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Paquier 2016-06-21 07:05:40 Re: Regression tests (Background Workers)
Previous Message Sameer Kumar 2016-06-21 01:34:46 Re: pg_dump from a hot standby replication slave