mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Add markers.
This commit is contained in:
@ -10,8 +10,8 @@
|
|||||||
#define COMMON_H
|
#define COMMON_H
|
||||||
|
|
||||||
#include "libpq-fe.h"
|
#include "libpq-fe.h"
|
||||||
#include "getopt_long.h"
|
#include "getopt_long.h" /* pgrminclude ignore */
|
||||||
#include "pqexpbuffer.h"
|
#include "pqexpbuffer.h" /* pgrminclude ignore */
|
||||||
|
|
||||||
enum trivalue
|
enum trivalue
|
||||||
{
|
{
|
||||||
|
@ -12,6 +12,6 @@
|
|||||||
#ifndef PG_TRACE_H
|
#ifndef PG_TRACE_H
|
||||||
#define PG_TRACE_H
|
#define PG_TRACE_H
|
||||||
|
|
||||||
#include "utils/probes.h"
|
#include "utils/probes.h" /* pgrminclude ignore */
|
||||||
|
|
||||||
#endif /* PG_TRACE_H */
|
#endif /* PG_TRACE_H */
|
||||||
|
Reference in New Issue
Block a user