Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement - Mailing list pgsql-hackers

From Philip Alger
Subject Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement
Date
Msg-id CAPXBC8LQEi5+jMj3GjkOj3DA0Tw5s0hAETPiDGQckDs91rQkPA@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement  (Jim Jones <jim.jones@uni-muenster.de>)
List pgsql-hackers
Hi Jim, 

You're probably initialising the buffer a bit too early:

Attached is v7. Moved the `initStringInfo` as suggested and reran tests.

 
--
Best, 
Phil Alger
Attachment

pgsql-hackers by date:

Previous
From: Andrew Kim
Date:
Subject: Re: Proposal for enabling auto-vectorization for checksum calculations
Next
From: Corey Huinker
Date:
Subject: Re: Extended Statistics set/restore/clear functions.