wolfgangbrandl / db2_fdw

PostgreSQL DB2 Data Wrapper
Other
20 stars 13 forks source link

Update base.out to match testing commands in base.sql #46

Open Deltaus opened 1 year ago

Deltaus commented 1 year ago
============== dropping database "contrib_regression" ==============
SET
2023-09-26 16:51:01.636 UTC [28203] LOG:  checkpoint starting: immediate force wait
2023-09-26 16:51:01.647 UTC [28203] LOG:  checkpoint complete: wrote 4 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.002 s, sync=0.002 s, total=0.012 s; sync files=4, longest=0.002 s, average=0.001 s; distance=11 kB, estimate=4278 kB
DROP DATABASE
============== creating database "contrib_regression" ==============
CREATE DATABASE
ALTER DATABASE
ALTER DATABASE
ALTER DATABASE
ALTER DATABASE
ALTER DATABASE
ALTER DATABASE
============== running regression test queries        ==============
test base                         ... ok          321 ms

=====================
 All 1 tests passed. 
=====================