forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7886cc7
committed
Remove "make check" target in src/test/isolation/Makefile.
This doesn't work as expected because the isolationtester program requireslibpq to already be installed. While it works when you've already installedlibpq, having to already have done "make install" defeats most of the pointof a check with a temp installation. And there are weird corner cases ifthe dynamic linker picks up an old libpq.so from system library directories.Remove the target (or more precisely, make it print a helpful message) sopeople don't expect the case to work.1 parent78318d6 commit7886cc7
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
76 |
| - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + |
0 commit comments
Comments
(0)