git.postgresql.org Git - postgresql.git/commit
2019年1月17日 05:37:33 +0000 (14:37 +0900)
2019年1月17日 05:37:33 +0000 (14:37 +0900)
commit 6c61d7c5935793e218d2335ac540a2cea7eacdce
postgres_fdw: Remove duplicate code in DML execution callback functions.
postgresExecForeignInsert(), postgresExecForeignUpdate(), and
postgresExecForeignDelete() are coded almost identically, except that
postgresExecForeignInsert() does not need CTID. Extract that code into
a separate function and use it in all the three function implementations.
Author: Ashutosh Bapat
Reviewed-By: Michael Paquier
Discussion: https://postgr.es/m/CAFjFpRcz8yoY7cBTYofcrCLwjaDeCcGKyTUivUbRiA57y3v-bw%40mail.gmail.com
This is the main PostgreSQL git repository.
RSS
Atom