mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
Update of contrib stuff from massimo.
This commit is contained in:
7
contrib/miscutil/assert_test.h
Normal file
7
contrib/miscutil/assert_test.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef ASSERT_TEST_H
|
||||
#define ASSERT_TEST_H
|
||||
|
||||
int assert_enable(int val);
|
||||
int assert_test(int val);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user