Library versioning - Mailing list pgsql-hackers

From Michael Meskes
Subject Library versioning
Date
Msg-id 20000918140301.A15165@feivel.credativ.de
Whole thread Raw
Responses Re: Library versioning
List pgsql-hackers
If I change some stuff in a library that forces the user to recompile all
programs because it's not binary compatible I have to change the major
number right? But just changing the order in an enum datatype does not
exactly look like such a big change. But the only way to avoid this problem
is adding the new entries at the end of the enum. Or do I miss something
obvious here?

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


pgsql-hackers by date:

Previous
From: "Karl F. Larsen"
Date:
Subject: Re: Cannot compile
Next
From: "g.p.ciceri"
Date:
Subject: contrib module soundex in CVS snapshot (function returning text and TOAST ???)