1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

Re-add pg_index.indisclustered in a minimalist way. Also fix BSDi

dynamic linker change.  #include must be before #ifdef test.
This commit is contained in:
Bruce Momjian
2001-05-15 01:12:59 +00:00
parent 7809cbf7e6
commit f756acf8a8
4 changed files with 17 additions and 11 deletions

View File

@@ -15,8 +15,8 @@
*
*-------------------------------------------------------------------------
*/
#ifndef HAVE_DLOPEN
#include "postgres.h"
#ifndef HAVE_DLOPEN
extern char pg_pathname[];