diff options
author | Andres Freund <andres@anarazel.de> | 2015-08-11 12:32:49 +0200 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2015-08-11 12:32:49 +0200 |
commit | 58d2e7fb70584598e026a39f515c5f3c5e589857 (patch) | |
tree | e9abd5ce97c53577169cd6a633882b4116dee569 /src/backend/replication/logical/logical.c | |
parent | 1cd46851678b304b684f7ab68b4ae888828027f4 (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" |