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/backend/access/gin/ginvalidate.c | |
parent | 05d8dec690e9719ff9a1830f5492864104275b5e (diff) | |
download | postgresql-b5bce6c1ec6061c8a4f730d927e162db7e2ce365.tar.gz postgresql-b5bce6c1ec6061c8a4f730d927e162db7e2ce365.zip |
Final pgindent + perltidy run for 9.6.
Diffstat (limited to 'src/backend/access/gin/ginvalidate.c')
-rw-r--r-- | src/backend/access/gin/ginvalidate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/gin/ginvalidate.c b/src/backend/access/gin/ginvalidate.c index 7518ededd95..032508387d1 100644 --- a/src/backend/access/gin/ginvalidate.c +++ b/src/backend/access/gin/ginvalidate.c @@ -243,8 +243,8 @@ ginvalidate(Oid opclassoid) continue; /* don't need both, see check below loop */ ereport(INFO, (errcode(ERRCODE_INVALID_OBJECT_DEFINITION), - errmsg("gin operator class \"%s\" is missing support function %d", - opclassname, i))); + errmsg("gin operator class \"%s\" is missing support function %d", + opclassname, i))); result = false; } if (!opclassgroup || |