ecpg now adds a unique counter to its varchar struct definitions to make these definitions unique, too. It used to use the linenumber but in the rare case of two definitions in one line this was not unique.

Michael Meskes <meskes@postgresql.org>

Commit: 600be01e896a981390f6f74cd09de674d754071f
Author: Michael Meskes <meskes@postgresql.org>
Date: 2010-03-09T11:09:46Z
Releases: 9.0.0
ecpg now adds a unique counter to its varchar struct definitions to make these definitions unique, too. It used to use the linenumber but in the rare case of two definitions in one line this was not unique.

Files