diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-05-30 22:12:16 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-05-30 22:12:16 +0000 |
| commit | a0ffab351e2dca12200e95c45f6edf5ddebe78b0 (patch) | |
| tree | 905fee345f116de536f72d8ff8507d093646d717 /contrib/intagg | |
| parent | e95703eac3199a389cfeace07545ee10430193a8 (diff) | |
| download | postgresql-a0ffab351e2dca12200e95c45f6edf5ddebe78b0.tar.gz | |
Magic blocks don't do us any good unless we use 'em ... so install one
in every shared library.
Diffstat (limited to 'contrib/intagg')
| -rw-r--r-- | contrib/intagg/int_aggregate.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/intagg/int_aggregate.c b/contrib/intagg/int_aggregate.c index d081278634..d75ce36106 100644 --- a/contrib/intagg/int_aggregate.c +++ b/contrib/intagg/int_aggregate.c @@ -5,7 +5,7 @@ * DMN Digital Music Network. * www.dmn.com * - * $PostgreSQL: pgsql/contrib/intagg/int_aggregate.c,v 1.23 2006/03/11 04:38:29 momjian Exp $ + * $PostgreSQL: pgsql/contrib/intagg/int_aggregate.c,v 1.24 2006/05/30 22:12:13 tgl Exp $ * * Copyright (C) Digital Music Network * December 20, 2001 @@ -34,6 +34,7 @@ #include "utils/memutils.h" #include "utils/lsyscache.h" +PG_MODULE_MAGIC; /* * This is actually a postgres version of a one dimensional array. |
