forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9d74ce7
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 parent0641a04 commit9d74ce7
1 file changed
+2
-5
lines changed| 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)