forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitada667b
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 parent0151af4 commitada667b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2828 | 2828 | | |
2829 | 2829 | | |
2830 | 2830 | | |
| 2831 | + | |
| 2832 | + | |
2831 | 2833 | | |
2832 | 2834 | | |
2833 | 2835 | | |
| |||
2874 | 2876 | | |
2875 | 2877 | | |
2876 | 2878 | | |
2877 | | - | |
2878 | | - | |
2879 | 2879 | | |
2880 | 2880 | | |
2881 | 2881 | | |
| |||
0 commit comments
Comments
(0)