forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit918869f
Remove useless if condition
We can call GetAttributeCompression() with a NULL argument. Ithandles that internally already. This change makes all the callers ofGetAttributeCompression() uniform.Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>Discussion:https://www.postgresql.org/message-id/flat/52a125e4-ff9a-95f5-9f61-b87cf447e4da@eisentraut.org1 parent9d74ce7 commit918869f
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
944 | 944 | | |
945 | 945 | | |
946 | 946 | | |
947 | | - | |
948 | | - | |
949 | | - | |
950 | | - | |
951 | | - | |
| 947 | + | |
952 | 948 | | |
953 | 949 | | |
954 | 950 | | |
| |||
0 commit comments
Comments
(0)