Skip to content

Commit cf641f3

Browse files
committed
Resolve name coflict for limits.h
1 parent 63afabb commit cf641f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contrib/multimaster/dtmd/include/limits.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef LIMITS_H
2-
#define LIMITS_H
1+
#ifndef DTMD_LIMITS_H
2+
#define DTMD_LIMITS_H
33

44
#define MAX_TRANSACTIONS 4096
55

contrib/pg_dtm/dtmd/include/limits.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef LIMITS_H
2-
#define LIMITS_H
1+
#ifndef DTMD_LIMITS_H
2+
#define DTMD_LIMITS_H
33

44
#define MAX_TRANSACTIONS 4096
55

0 commit comments

Comments
 (0)