forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit943b447
committed
Fix new COPY test of PL/pgSQL with VPATH builds
The buildfarm has turned red after1858b10 because VPATH builds need touse "@abs_srcdir@" and not "@abs_builddir@" for paths coming directlyfrom the source tree. The input file of the new test got that right,but not the output file.Per complaints from several buildfarm animals, including desmoxytes andculicidae. I have also reproduced the error by myself.1 parent1858b10 commit943b447
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
|
0 commit comments
Comments
(0)