Re: UBSAN crash in EventTriggerCollectAlterTSConfig (memcpy with NULL src) - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: UBSAN crash in EventTriggerCollectAlterTSConfig (memcpy with NULL src)
Date
Msg-id 202603041409.3v3sijzyr43k@alvherre.pgsql
Whole thread Raw
In response to Re: UBSAN crash in EventTriggerCollectAlterTSConfig (memcpy with NULL src)  (Florin Irion <irionr@gmail.com>)
Responses Re: UBSAN crash in EventTriggerCollectAlterTSConfig (memcpy with NULL src)
List pgsql-hackers
On 2026-Mar-03, Florin Irion wrote:

> On 03/03/26 20:48, Álvaro Herrera wrote:
> 
> > Cool, yeah, this is broken.  I propose to add the corresponding test in
> > src/test/modules/test_ddl_deparse though -- that way we don't need
> > another event trigger.  So how about like this?
> 
> LGTM, I had to look up the CREATE TEXT SEARCH CONFIGURATION
> first time I saw it.

Okay, thanks, pushed to all branches.

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/
"But static content is just dynamic content that isn't moving!"
                http://smylers.hates-software.com/2007/08/15/fe244d0c.html



pgsql-hackers by date:

Previous
From: Japin Li
Date:
Subject: Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement
Next
From: "Euler Taveira"
Date:
Subject: Re: doc: add note that wal_level=logical doesn't set up logical replication in itself