forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6db75ed
committed
Update contrib/trgm_regexp's memory management.
While no code change was necessary for this code to keep working, wedon't need to use PG_TRY()/PG_FINALLY() with explicit clean-up whileworking with regexes anymore.Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/CA%2BhUKGK3PGKwcKqzoosamn36YW-fsuTdOPPF1i_rtEO%3DnEYKSg%40mail.gmail.com1 parent4f51429 commit6db75ed
1 file changed
+2
-15
lines changedLines changed: 2 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
549 | 549 |
| |
550 | 550 |
| |
551 | 551 |
| |
552 |
| - | |
553 |
| - | |
554 |
| - | |
555 |
| - | |
556 |
| - | |
557 |
| - | |
558 |
| - | |
559 |
| - | |
560 |
| - | |
561 |
| - | |
562 |
| - | |
563 |
| - | |
564 |
| - | |
565 |
| - | |
| 552 | + | |
566 | 553 |
| |
567 |
| - | |
| 554 | + | |
568 | 555 |
| |
569 | 556 |
| |
570 | 557 |
| |
|
0 commit comments
Comments
(0)