Suppress platform-dependent unused-variable warning.
Tom Lane <tgl@sss.pgh.pa.us>
Suppress platform-dependent unused-variable warning. The local variable "sock" can be unused depending on compilation flags. But there seems no particular need for it, since the kernel calls can just as easily say port->sock instead.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/auth.c | modified | +4 −5 |