Introduced new library for pglab code which I want to unit test.
Not everything can go into core because that would result in circular dependencies between core and pgsql.
This commit is contained in:
parent
b8505ce451
commit
ad9ed1b698
10 changed files with 98 additions and 21 deletions
12
pglablib/Pglablib.h
Normal file
12
pglablib/Pglablib.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef PGLABLIB_H
|
||||
#define PGLABLIB_H
|
||||
|
||||
|
||||
class Pglablib
|
||||
{
|
||||
|
||||
public:
|
||||
Pglablib();
|
||||
};
|
||||
|
||||
#endif // PGLABLIB_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue