forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0dc24cb
Fix operator typo in tablecmds.c
A bitwise operator was getting used on two bools inATAddCheckConstraint() to track if constraints should be merged or notwith the existing ones of a relation, though obviously this should usea boolean OR operator. This led to the same result, but let's beclean.Oversight in074c5cf.Author: Ranier VilelaReviewed-by: Justin PryzbyDiscussion:https://postgr.es/m/CAEudQAp2R2fbbi0OHHhv_n4=Ch0t1VtjObR9YMqtGKHJ+faUFQ@mail.gmail.com1 parent04218d0 commit0dc24cb
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8863 | 8863 |
| |
8864 | 8864 |
| |
8865 | 8865 |
| |
8866 |
| - | |
| 8866 | + | |
8867 | 8867 |
| |
8868 | 8868 |
| |
8869 | 8869 |
| |
|
0 commit comments
Comments
(0)