Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9fd18a6

Browse files
committed
Missed adding new univel files and removing univel subdirectory
1 parent 6e9558e commit 9fd18a6

File tree

4 files changed

+38
-103
lines changed

4 files changed

+38
-103
lines changed

src/backend/port/dynloader/univel.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* Dummy file used for nothing at this point
2+
*
3+
* see univel.h
4+
*/
Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
/*-------------------------------------------------------------------------
2-
*
3-
* port-protos.h--
4-
* port-specific prototypes for Intel x86/UNIXWARE
5-
*
6-
*
7-
* Copyright (c) 1994, Regents of the University of California
8-
*
9-
* port-protos.h,v 1.2 1995/03/17 06:40:18 andrew Exp
10-
*
11-
*-------------------------------------------------------------------------
12-
*/
13-
#ifndef PORT_PROTOS_H
14-
#define PORT_PROTOS_H
15-
16-
#include <dlfcn.h>
17-
#include "fmgr.h" /* for func_ptr */
18-
#include "utils/dynamic_loader.h"
19-
20-
/* dynloader.c */
21-
/*
22-
* Dynamic Loader on Intel x86/Intel SVR4.
23-
*
24-
* this dynamic loader uses the system dynamic loading interface for shared
25-
* libraries (ie. dlopen/dlsym/dlclose). The user must specify a shared
26-
* library as the file to be dynamically loaded.
27-
*
28-
*/
29-
#define pg_dlopen(f) dlopen(f,RTLD_LAZY)
30-
#define pg_dlsym dlsym
31-
#define pg_dlclose dlclose
32-
#define pg_dlerror dlerror
33-
34-
#endif /* PORT_PROTOS_H */
1+
/*-------------------------------------------------------------------------
2+
*
3+
* port-protos.h--
4+
* port-specific prototypes for Intel x86/UNIXWARE
5+
*
6+
*
7+
* Copyright (c) 1994, Regents of the University of California
8+
*
9+
* port-protos.h,v 1.2 1995/03/17 06:40:18 andrew Exp
10+
*
11+
*-------------------------------------------------------------------------
12+
*/
13+
#ifndef PORT_PROTOS_H
14+
#define PORT_PROTOS_H
15+
16+
#include <dlfcn.h>
17+
#include "fmgr.h" /* for func_ptr */
18+
#include "utils/dynamic_loader.h"
19+
20+
/* dynloader.c */
21+
/*
22+
* Dynamic Loader on Intel x86/Intel SVR4.
23+
*
24+
* this dynamic loader uses the system dynamic loading interface for shared
25+
* libraries (ie. dlopen/dlsym/dlclose). The user must specify a shared
26+
* library as the file to be dynamically loaded.
27+
*
28+
*/
29+
#define pg_dlopen(f) dlopen(f,RTLD_LAZY)
30+
#define pg_dlsym dlsym
31+
#define pg_dlclose dlclose
32+
#define pg_dlerror dlerror
33+
34+
#endif /* PORT_PROTOS_H */

src/backend/port/univel/Makefile

Lines changed: 0 additions & 34 deletions
This file was deleted.

src/backend/port/univel/tas.s

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)