forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1b8462b
committed
Fix back-patch of "Avoid race in RelationBuildDesc() ..."
The back-patch of commitfdd965d brokeCLOBBER_CACHE_ALWAYS for v9.6 through v13. It updated theInvalidateSystemCaches() call for CLOBBER_CACHE_RECURSIVELY, neglectingthe one for CLOBBER_CACHE_ALWAYS. Back-patch to v13, v12, v11, and v10.Reviewed by Tomas Vondra. Reported by Tomas Vondra.Discussion:https://postgr.es/m/df7b4c0b-7d92-f03f-75c4-9e08b269a716@enterprisedb.com1 parent5ea3b99 commit1b8462b
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
725 | 725 |
| |
726 | 726 |
| |
727 | 727 |
| |
728 |
| - | |
| 728 | + | |
729 | 729 |
| |
730 | 730 |
| |
731 | 731 |
| |
|
0 commit comments
Comments
(0)