Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9a60a20

Browse files
committed
fix so that dynloader.h is included instead of port-protos.h
1 parenta38bd20 commit9a60a20

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎src/backend/port/dynloader/aix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include<sys/ldr.h>
1313
#include<a.out.h>
1414
#include<ldfcn.h>
15-
#include"dlfcn.h"
15+
#include"dynloader.h"
1616
#include"c.h"
1717

1818
/*

‎src/backend/port/dynloader/bsdi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include<stdio.h>
1919
#include<dld.h>
2020
#include"postgres.h"
21-
#include"port-protos.h"
21+
#include"dynloader.h"
2222
#include"utils/elog.h"
2323
#include"fmgr.h"
2424

‎src/backend/port/dynloader/linux.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.1 1997/12/2002:36:17 scrappy Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.2 1997/12/2004:13:31 scrappy Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -19,7 +19,7 @@
1919
#include<dld.h>
2020
#endif
2121
#include"postgres.h"
22-
#include"port-protos.h"
22+
#include"dynloader.h"
2323
#include"utils/elog.h"
2424
#include"fmgr.h"
2525

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp