File: pglogical_fe.h

package info (click to toggle)
pglogical 2.4.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,300 kB
  • sloc: ansic: 39,268; sql: 4,466; perl: 693; makefile: 210; sh: 78
file content (21 lines) | stat: -rw-r--r-- 623 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*-------------------------------------------------------------------------
 *
 * pglogical_fe.h
 *              pglogical replication plugin
 *
 * Copyright (c) 2015, PostgreSQL Global Development Group
 *
 * IDENTIFICATION
 *              pglogical_fe.h
 *
 *-------------------------------------------------------------------------
 */
#ifndef PGLOGICAL_FE_H
#define PGLOGICAL_FE_H

extern int find_other_exec_version(const char *argv0, const char *target,
								   uint32 *version, char *retpath);

extern char *pgl_get_connstr(char *connstr, char *dbname, char *options, char **errmsg);

#endif /* PGLOGICAL_FE_H */