diff options
author | Bruce Momjian | 2004-10-07 15:21:58 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-10-07 15:21:58 +0000 |
commit | a5d7ba773dff04d700afca6cf86bff64dc663b4f (patch) | |
tree | b772d1e2f500d927ab2e0d42ba12ec91c6b03769 /contrib/spi/refint.c | |
parent | 9da50e1f53f47671f571d75725a093af30bf0623 (diff) |
Adjust comments previously moved to column 1 by pgident.
Diffstat (limited to 'contrib/spi/refint.c')
-rw-r--r-- | contrib/spi/refint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/spi/refint.c b/contrib/spi/refint.c index c409a269cac..bc358f6eb44 100644 --- a/contrib/spi/refint.c +++ b/contrib/spi/refint.c @@ -495,7 +495,7 @@ check_foreign_key(PG_FUNCTION_ARGS) } else -/* DELETE */ + /* DELETE */ snprintf(sql, sizeof(sql), "delete from %s where ", relname); } |