summaryrefslogtreecommitdiff
path: root/src/include/commands/async.h
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-08-15 13:42:51 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-08-15 13:42:51 -0400
commitb5bce6c1ec6061c8a4f730d927e162db7e2ce365 (patch)
treefe642b5fe02d2da351ed566b4f866dc9e7f45a81 /src/include/commands/async.h
parent05d8dec690e9719ff9a1830f5492864104275b5e (diff)
downloadpostgresql-b5bce6c1ec6061c8a4f730d927e162db7e2ce365.tar.gz
Final pgindent + perltidy run for 9.6.
Diffstat (limited to 'src/include/commands/async.h')
-rw-r--r--src/include/commands/async.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/commands/async.h b/src/include/commands/async.h
index 95559df19f..93cb92aea6 100644
--- a/src/include/commands/async.h
+++ b/src/include/commands/async.h
@@ -29,8 +29,8 @@ extern Size AsyncShmemSize(void);
extern void AsyncShmemInit(void);
extern void NotifyMyFrontEnd(const char *channel,
- const char *payload,
- int32 srcPid);
+ const char *payload,
+ int32 srcPid);
/* notify-related SQL statements */
extern void Async_Notify(const char *channel, const char *payload);