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

Commit40b75ef

Browse files
committed
Fixes:
dynloader.c:25: port-protos.h: No such file or directoryIn HPUX port
1 parentdd26bef commit40b75ef

File tree

1 file changed

+2
-2
lines changed
  • src/backend/port/dynloader

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.1 1997/12/20 04:48:06 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.2 1998/02/02 00:10:10 scrappy Exp $
1111
*
1212
*NOTES
1313
*all functions are defined here -- it's impossible to trace the
@@ -22,7 +22,7 @@
2222
#include"c.h"
2323
#include"fmgr.h"
2424
#include"utils/dynamic_loader.h"
25-
#include"port-protos.h"
25+
#include"dynloader.h"
2626

2727
void*
2828
pg_dlopen(char*filename)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp