forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6844d32
committed
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 parent689c66a commit6844d32
1 file changed
+1
-5
lines changedLines changed: 1 addition & 5 deletions
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)