forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb284262
committed
docs: Only first instance of a PREPARE parameter sets data type
If the first reference to $1 is "($1 = col) or ($1 is null)", the datatype can be determined, but not for "($1 is null) or ($1 = col)". Thischange documents this.Reported-by: Morgan OwensDiscussion:https://postgr.es/m/153233728858.1404.15268121695358514937@wrigleys.postgresql.orgBackpatch-through: 9.31 parent31380bc commitb284262
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
107 |
| - | |
| 107 | + | |
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
|
0 commit comments
Comments
(0)