Re: Binary I/O for isn extension - Mailing list pgsql-hackers

From Shay Rojansky
Subject Re: Binary I/O for isn extension
Date
Msg-id CADT4RqAiU_znq=-mzTZf5mukjmNkoaf_Qin7yen+6kjRZUCN6w@mail.gmail.com
Whole thread Raw
In response to Re: Binary I/O for isn extension  (Andreas Karlsson <andreas@proxel.se>)
Responses Re: Binary I/O for isn extension
List pgsql-hackers
When adding new functions to an extension you need to bump the version of the extension by renaming the file, updating the .control file, creating an upgrade script, and updating the Makefile to include the new files.

Attached is a new version of the patch, adding an upgrade script and the rest of it. Note that because, as Fabien noted, there's doesn't seem to be a way to add send/receive functions with ALTER TYPE, I did that by updating pg_type directly - hope that's OK.

Attachment

pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: Question and suggestion about application binary compatibility policy
Next
From: Tomas Vondra
Date:
Subject: Re: Re: PATCH: Split stats file per database WAS: autovacuum stress-testing our system