forked from pool/postgresql15
df0c7a17f7
as well, otherwise the symlink for ecpg might be missing. - Also buildignore the postgresql*-implementation symbols: this is needed in order to bootstrap when no postgresql version currently has valid symbols provided. Once the packages are built, OBS could translate this to the pgname-* packages and accept the ignores; during bootstrap though, there is nothing providing the symbol and the existing buildignores do not suffice. OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql15?expand=0&rev=38
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
|
|
@@ -2585,7 +2585,6 @@ regression_main(int argc, char *argv[],
|
|
else
|
|
{
|
|
unlink(difffilename);
|
|
- unlink(logfilename);
|
|
}
|
|
|
|
if (fail_count != 0)
|