forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit689c66a
committed
Remove useless if condition
This is useless because these fields are not set anywhere before, sowe can assign them unconditionally. This also makes this moreconsistent with ATExecAddColumn().Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>Discussion:https://www.postgresql.org/message-id/flat/52a125e4-ff9a-95f5-9f61-b87cf447e4da@eisentraut.org1 parent1fa9241 commit689c66a
1 file changed
+2
-5
lines changedLines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
942 | 942 |
| |
943 | 943 |
| |
944 | 944 |
| |
945 |
| - | |
946 |
| - | |
947 |
| - | |
948 |
| - | |
949 |
| - | |
| 945 | + | |
| 946 | + | |
950 | 947 |
| |
951 | 948 |
| |
952 | 949 |
| |
|
0 commit comments
Comments
(0)