forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8f045e2
committed
Switch pg_promote to be parallel-safe
pg_promote uses nothing relying on a global state, so it is fine to markit as parallel-safe, conclusion based on a detailed analysis from RobertHaas. This also fixes an inconsistency where pg_proc.dat missed to markthe function with its previous value for proparallel, update which doesnot matter now as the default is used.Based on a discussion between multiple folks: Laurenz Albe, Robert Haas,Amit Kapila, Tom Lane and myself.Discussion:https://postgr.es/m/20181029082530.GL14242@paquier.xyz1 parent3c60d0f commit8f045e2
File tree
2 files changed
+2
-2
lines changed- src
- backend/catalog
- include/catalog
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1030 | 1030 |
| |
1031 | 1031 |
| |
1032 | 1032 |
| |
1033 |
| - | |
| 1033 | + | |
1034 | 1034 |
| |
1035 | 1035 |
| |
1036 | 1036 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
0 commit comments
Comments
(0)