4d1e55ad06
* Restore functionality of ALTER {ROLE|DATABASE} SET role. * Fix cases where a logical replication slot's restart_lsn could go backwards. * Count index scans in contrib/bloom indexes in the statistics views, such as the pg_stat_user_indexes.idx_scan counter. * Fix crash when checking to see if an index's opclass options have changed. * https://www.postgresql.org/about/news/p-2965/ * https://www.postgresql.org/docs/release/13.18/ OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql13?expand=0&rev=95
17 lines
376 B
Diff
17 lines
376 B
Diff
commit 463154c669010cffc0e96b683576f1e879b61d8b
|
|
Author: yac <yac@blesmrt.net>
|
|
Date: Mon Mar 11 18:42:39 2013 +0100
|
|
|
|
don't unlink the result file
|
|
|
|
--- src/test/regress/pg_regress.c.orig
|
|
+++ src/test/regress/pg_regress.c
|
|
@@ -2668,7 +2668,6 @@ regression_main(int argc, char *argv[],
|
|
else
|
|
{
|
|
unlink(difffilename);
|
|
- unlink(logfilename);
|
|
}
|
|
|
|
if (fail_count != 0)
|