src/server/plugins/postgresql/pgtest.h

Sun, 17 Apr 2022 11:19:13 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 17 Apr 2022 11:19:13 +0200
branch
webdav
changeset 290
efc10acf539f
parent 289
285d483db2fb
child 294
277a5896a2ec
permissions
-rw-r--r--

implement pg vfs mkdir

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

/* 
 * File:   pgtest.h
 * Author: olaf
 *
 * Created on 16. April 2022, 14:37
 */

#ifndef PGTEST_H
#define PGTEST_H

#include <ucx/test.h>

#ifdef __cplusplus
extern "C" {
#endif

UCX_TEST(test_pg_conn);

UCX_TEST(test_pg_vfs_open);
UCX_TEST(test_pg_vfs_io);
UCX_TEST(test_pg_vfs_stat);
UCX_TEST(test_pg_vfs_mkdir);

#ifdef __cplusplus
}
#endif

#endif /* PGTEST_H */

mercurial