Need an explanation

From: "Dr(dot) Michael Meskes" <meskes(at)online-club(dot)de>
To: PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org>
Subject: Need an explanation
Date: 1998-08-18 14:13:25
Message-ID: 19980818161325.A2743@online-club.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Is there any reason why the sqlca array is defined in every source file?
That way adding initialization code breaks the whole procedure as the
initialized sqlca counts as a double definition.

However, that's exactly how Oracle does things. I think it's a better idea
to include the variable definition in the library itself instead of the
source files and just include the extern definition in the sources.

Comments?

Michael
--
Michael Meskes meskes(at)online-club(dot)de, meskes(at)debian(dot)org
Go SF49ers! Go Rhein Fire! Use Debian GNU/Linux!

Browse pgsql-hackers by date

  From Date Subject
Next Message David Gould 1998-08-18 16:43:41 Re: [HACKERS] Rules: first fix on monday
Previous Message 1998-08-18 13:55:05