forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit16a5677
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 parent08cfa59 commit16a5677
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3121 | 3121 |
| |
3122 | 3122 |
| |
3123 | 3123 |
| |
| 3124 | + | |
| 3125 | + | |
3124 | 3126 |
| |
3125 | 3127 |
| |
3126 | 3128 |
| |
| |||
3167 | 3169 |
| |
3168 | 3170 |
| |
3169 | 3171 |
| |
3170 |
| - | |
3171 |
| - | |
3172 | 3172 |
| |
3173 | 3173 |
| |
3174 | 3174 |
| |
|
0 commit comments
Comments
(0)