Typo in comment in postgres_fdw.c

Started by Albe Laurenzover 8 years ago2 messages
#1Albe Laurenz
laurenz.albe@wien.gv.at
1 attachment(s)

Attached is a fix for a small typo I found.

Yours,
Laurenz Albe

Attachments:

comment.patchapplication/octet-stream; name=comment.patchDownload
diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c
new file mode 100644
index 080cb0a..4441671
*** a/contrib/postgres_fdw/postgres_fdw.c
--- b/contrib/postgres_fdw/postgres_fdw.c
*************** foreign_join_ok(PlannerInfo *root, RelOp
*** 4251,4257 ****
  			break;
  
  		default:
! 			/* Should not happen, we have just check this above */
  			elog(ERROR, "unsupported join type %d", jointype);
  	}
  
--- 4251,4257 ----
  			break;
  
  		default:
! 			/* Should not happen, we have just checked this above */
  			elog(ERROR, "unsupported join type %d", jointype);
  	}
  
#2Peter Eisentraut
peter.eisentraut@2ndquadrant.com
In reply to: Albe Laurenz (#1)
Re: Typo in comment in postgres_fdw.c

On 6/28/17 09:53, Albe Laurenz wrote:

Attached is a fix for a small typo I found.

committed

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers