Re: Regression in statement locations - Mailing list pgsql-hackers

From Sami Imseih
Subject Re: Regression in statement locations
Date
Msg-id CAA5RZ0v3uWgc3FiyV7DD0QB+LmBS4tDRPeb-t64DVGtkL5Wzgw@mail.gmail.com
Whole thread Raw
In response to Re: Regression in statement locations  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Tested the patch and it looks good to me.

Not that I thought it would fail, but I also confirmed the pgaudit case
works as expected.

```
LOG:  AUDIT: SESSION,10,2,DDL,CREATE TABLE,,,"CREATE TABLE do_table
(""weird name""
INT)",<not logged>
LOG:  AUDIT: SESSION,10,3,DDL,DROP TABLE,,,DROP table do_table,<not logged>
DO
```

--
Sami



pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: Should we optimize the `ORDER BY random() LIMIT x` case?
Next
From: Amit Kapila
Date:
Subject: Re: Conflict detection for update_deleted in logical replication