1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-24 09:27:52 +03:00

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
This commit is contained in:
Andres Freund
2015-08-11 12:32:49 +02:00
parent 1cd4685167
commit 58d2e7fb70
2 changed files with 2 additions and 5 deletions

View File

@@ -28,9 +28,6 @@
#include "postgres.h"
#include <unistd.h>
#include <sys/stat.h>
#include "miscadmin.h"
#include "access/xact.h"