forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4c8a1b4
committed
Fix uninitialized variable in transformTableLikeClause()
process_notnull_constraints should be set to false until we discover a NOTNULL column.Discovered while running Valgrind.Discussion:https://postgr.es/m/CAApHDvoMyiZVi1KW5WVdqMRzWsWkD3F7n6QD+BbAO6WTeAWsUQ@mail.gmail.com1 parent68a2a43 commit4c8a1b4
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1041 | 1041 |
| |
1042 | 1042 |
| |
1043 | 1043 |
| |
1044 |
| - | |
| 1044 | + | |
1045 | 1045 |
| |
1046 | 1046 |
| |
1047 | 1047 |
| |
|
0 commit comments
Comments
(0)