forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit568620d
committed
contrib/sslinfo needs a fix too to make hamerkop happy.
Re-ordering the #include's is a bit problematic here becauselibpq/libpq-be.h needs to include <openssl/ssl.h>. Instead,let's #undef the unwanted macro after all the #includes.This is definitely uglier than the other way, but it shouldwork despite possible future header rearrangements.(A look at the openssl headers indicates that X509_NAME is theonly conflicting symbol that we use.)In passing, remove a related but long-incorrect comment inpg_backup_archiver.h.Discussion:https://postgr.es/m/1051867.1635720347@sss.pgh.pa.us1 parent27ef132 commit568620d
File tree
2 files changed
+11
-4
lines changed- contrib/sslinfo
- src/bin/pg_dump
2 files changed
+11
-4
lines changedLines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
22 | 33 |
| |
23 | 34 |
| |
24 | 35 |
| |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 | 35 |
| |
40 | 36 |
| |
41 | 37 |
| |
|
0 commit comments
Comments
(0)