diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-08-15 13:42:51 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-08-15 13:42:51 -0400 |
commit | b5bce6c1ec6061c8a4f730d927e162db7e2ce365 (patch) | |
tree | fe642b5fe02d2da351ed566b4f866dc9e7f45a81 /src/include/commands/async.h | |
parent | 05d8dec690e9719ff9a1830f5492864104275b5e (diff) | |
download | postgresql-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.h | 4 |
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); |