forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit01fc652
committed
Fix variable lifespan in ExecInitCoerceToDomain().
This undoes a mistake in1ec7679: domainval and domainnull weremeant to live across loop iterations, but they were incorrectlymoved inside the loop. The effect was only to emit useless extraEEOP_MAKE_READONLY steps, so it's not a big deal; nonetheless,back-patch to v13 where the mistake was introduced.Ranier VilelaDiscussion:https://postgr.es/m/CAEudQAqXuhbkaAp-sGH6dR6Nsq7v28_0TPexHOm6FiDYqwQD-w@mail.gmail.com1 parent7d9ec07 commit01fc652
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3137 | 3137 |
| |
3138 | 3138 |
| |
3139 | 3139 |
| |
| 3140 | + | |
| 3141 | + | |
3140 | 3142 |
| |
3141 | 3143 |
| |
3142 | 3144 |
| |
| |||
3183 | 3185 |
| |
3184 | 3186 |
| |
3185 | 3187 |
| |
3186 |
| - | |
3187 |
| - | |
3188 | 3188 |
| |
3189 | 3189 |
| |
3190 | 3190 |
| |
|
0 commit comments
Comments
(0)