Change pqInternalNotice to accept a format string and args instead of
Tom Lane <tgl@sss.pgh.pa.us>
Change pqInternalNotice to accept a format string and args instead of just a preformatted message; per suggestion by Sean Chittenden.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/fe-connect.c | modified | +4 −3 |
| src/interfaces/libpq/fe-exec.c | modified | +30 −28 |
| src/interfaces/libpq/fe-misc.c | modified | +7 −11 |
| src/interfaces/libpq/fe-protocol2.c | modified | +16 −21 |
| src/interfaces/libpq/fe-protocol3.c | modified | +7 −8 |
| src/interfaces/libpq/libpq-int.h | modified | +4 −6 |
| src/interfaces/libpq/nls.mk | modified | +2 −2 |