forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3abbd8d
committed
Fix accidental use of = instead of ==
Fix for commit630f9a4. It used = instead of ==. The resultwould be an incorrect error message.Author: Jacob Brazeal <jacob.brazeal@gmail.com>Reviewed-by: Michael Paquier <michael@paquier.xyz>Discussion:https://www.postgresql.org/message-id/flat/CA%2BCOZaC-JMbhQ4O0Q8V1Bxa0R%2BNex_RN9D6UyuLPiEx_CK4Heg%40mail.gmail.com1 parentf011acd commit3abbd8d
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2472 | 2472 |
| |
2473 | 2473 |
| |
2474 | 2474 |
| |
2475 |
| - | |
| 2475 | + | |
2476 | 2476 |
| |
2477 | 2477 |
| |
2478 | 2478 |
| |
|
0 commit comments
Comments
(0)