David Steele

Results 371 comments of David Steele
trafficstars

> I think this satisfies the definition for pgaudit.log_catalog, that is "all relations in a statement are in pg_catalog" Except that `pg_catalog.pg_stat_get_wal_receiver()` is a set-returning function, not a relation. It...

> Hi, can i please get an update on this patch. @vkaplan40 This patch requires a new locking scheme and I have not come up with anything I'm happy with....

I realized that treating the address as a strings in tlsClientHostVerifyIPAddr() was a pretty bad idea (certainly for logging) so I fixed that in 80abf6bf2c42. I also merged in the...

@pgguru Nice testing! This has now been committed.

> Assuming that there are no changes required with [this comment](https://github.com/pgbackrest/pgbackrest/pull/2108/files#r1677812545) then approving Seems OK to me (see comment above). We are in feature freeze so no hurry anyway. Thanks...

This is fixed in #2395 so closing. Feel free to comment on the patch.

Closing this, but hopefully it will be useful to anyone looking for this type of monitoring.

Closing this issue since there is already a PR for this (#2047), though it is still lacking tests.

I recall that we considered this for the initial implementation but didn't do it. I can't remember if that is because the info was not available or we didn't think...

Updated the start/stop documentation to make it clearer that is performs this function in #2352.