diff options
author | Andres Freund <andres@anarazel.de> | 2015-08-11 12:32:48 +0200 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2015-08-11 12:32:48 +0200 |
commit | 3b425b7c02ccdabe3fb3a538d9174273a15f1e2e (patch) | |
tree | 3e7cc990eeb6df8ed6b5704369026a7c59c83ae4 /src/backend/replication/logical/logical.c | |
parent | b861678f50747727c00ffa671e7c2f2f5d25300d (diff) |
Minor cleanups in slot related code.
Fix a bunch of typos, and remove two superflous includes.
Author: Gurjeet Singh
Discussion: CABwTF4Wh_dBCzTU=49pFXR6coR4NW1ynb+vBqT+Po=7fuq5iCw@mail.gmail.com
Backpatch: 9.4
Diffstat (limited to 'src/backend/replication/logical/logical.c')
-rw-r--r-- | src/backend/replication/logical/logical.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/replication/logical/logical.c b/src/backend/replication/logical/logical.c index 7643add6d2c..ee7d3268f02 100644 --- a/src/backend/replication/logical/logical.c +++ b/src/backend/replication/logical/logical.c @@ -28,9 +28,6 @@ #include "postgres.h" -#include <unistd.h> -#include <sys/stat.h> - #include "miscadmin.h" #include "access/xact.h" |