forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit89c07b1
committed
Remove use of a regex character class in resultmap (for freebsd version
check). This isn't supported by pg_regress since the recent rewriteinto C. While we could add char classes to pg_regress.c's code, it'snot really needed at the moment: thanks to Andrew's patch to makepg_regress always accept the 'standard' comparison file, we can justdrop the version check.1 parentf5b78fa commit89c07b1
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
0 commit comments
Comments
(0)