diff options
| author | Tom Lane | 2006-05-30 22:12:16 +0000 |
|---|---|---|
| committer | Tom Lane | 2006-05-30 22:12:16 +0000 |
| commit | a0ffab351e2dca12200e95c45f6edf5ddebe78b0 (patch) | |
| tree | 905fee345f116de536f72d8ff8507d093646d717 /contrib/dblink | |
| parent | e95703eac3199a389cfeace07545ee10430193a8 (diff) | |
Magic blocks don't do us any good unless we use 'em ... so install one
in every shared library.
Diffstat (limited to 'contrib/dblink')
| -rw-r--r-- | contrib/dblink/dblink.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/dblink/dblink.c b/contrib/dblink/dblink.c index 42ffd6f3b61..e8b30185762 100644 --- a/contrib/dblink/dblink.c +++ b/contrib/dblink/dblink.c @@ -8,7 +8,7 @@ * Darko Prenosil <Darko.Prenosil@finteh.hr> * Shridhar Daithankar <shridhar_daithankar@persistent.co.in> * - * $PostgreSQL: pgsql/contrib/dblink/dblink.c,v 1.54 2006/03/11 04:38:29 momjian Exp $ + * $PostgreSQL: pgsql/contrib/dblink/dblink.c,v 1.55 2006/05/30 22:12:12 tgl Exp $ * Copyright (c) 2001-2006, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * @@ -61,6 +61,8 @@ #include "dblink.h" +PG_MODULE_MAGIC; + typedef struct remoteConn { PGconn *conn; /* Hold the remote connection */ |
