forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8bb3ad4
committed
Fix brain fade ine530be2.
The BoolGetDatum() call ended up in the wrong place. It should beapplied when we, err, want to convert a bool to a datum.Thanks to Tom Lane for noticing this.Discussion:http://postgr.es/m/2511599.1658861964@sss.pgh.pa.us1 parentd8cd0c6 commit8bb3ad4
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
693 | 693 |
| |
694 | 694 |
| |
695 | 695 |
| |
696 |
| - | |
| 696 | + | |
697 | 697 |
| |
698 | 698 |
| |
699 | 699 |
| |
700 | 700 |
| |
701 | 701 |
| |
702 | 702 |
| |
703 |
| - | |
| 703 | + | |
704 | 704 |
| |
705 | 705 |
| |
706 | 706 |
| |
|
0 commit comments
Comments
(0)