Remove stale comment on ri_FastPathCheck() The note claiming ri_FastPathCheck() is only used by the ALTER TABLE validation path is no longer accurate. Rather than reword it, remove it; the block comment above RI_FKey_check()'s call to the function already documents when each path is taken, and a duplicated cross-reference here would only drift out of date again.
Reported-by: Noah Misch <[email protected]> Reviewed-by: Ayush Tiwari <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 19 Branch ------ REL_19_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/c17b91ed9f84e43efc9a3d41ade5d1d1b827f8d4 Modified Files -------------- src/backend/utils/adt/ri_triggers.c | 3 --- 1 file changed, 3 deletions(-)
