forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8b49392
committed
Tweak regex to avoid a bug in Perl 5.16.3.
For some reason, 5.16.3 (and perhaps slightly earlier/later versions)go into an infinite loop with the version-replacement regex installedby commitfc0d0ce. We can work around that by using an explicit"\n" instead of the line-start metacharacter "^".Reported-by: Sami Imseih <samimseih@gmail.com>Discussion:https://postgr.es/m/CAA5RZ0u9dV3CdKqkqdusA_RdvBkwWe0c0rxcFWj++VYoutFYSw@mail.gmail.com1 parent7717f63 commit8b49392
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
296 | 296 |
| |
297 | 297 |
| |
298 | 298 |
| |
299 |
| - | |
| 299 | + | |
300 | 300 |
| |
301 | 301 |
| |
302 | 302 |
| |
| |||
645 | 645 |
| |
646 | 646 |
| |
647 | 647 |
| |
648 |
| - | |
| 648 | + | |
649 | 649 |
| |
650 | 650 |
| |
651 | 651 |
| |
|
0 commit comments
Comments
(0)