Not everything can go into core because that would result in circular dependencies between core and pgsql.
12 lines
104 B
C++
12 lines
104 B
C++
#ifndef PGLABLIB_H
|
|
#define PGLABLIB_H
|
|
|
|
|
|
class Pglablib
|
|
{
|
|
|
|
public:
|
|
Pglablib();
|
|
};
|
|
|
|
#endif // PGLABLIB_H
|