forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita0fe90e
committed
libpq: Add missing gettext markers
Follow-up to87d2801: That commit restored some lost errormessages, but they ended up in a place where xgettext wouldn't findthem. Rather than elevating ENCRYPTION_NEGOTIATION_FAILED() to agettext trigger, it's easiest for now to put in some explicitlibpq_gettext() calls in the couple of call sites.1 parentd112ea4 commita0fe90e
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3519 | 3519 |
| |
3520 | 3520 |
| |
3521 | 3521 |
| |
3522 |
| - | |
| 3522 | + | |
3523 | 3523 |
| |
3524 | 3524 |
| |
3525 | 3525 |
| |
| |||
3640 | 3640 |
| |
3641 | 3641 |
| |
3642 | 3642 |
| |
3643 |
| - | |
| 3643 | + | |
3644 | 3644 |
| |
3645 | 3645 |
| |
3646 | 3646 |
| |
|
0 commit comments
Comments
(0)