Re: [PATCH v1] eliminate duplicate code in table.c - Mailing list pgsql-hackers

From Kyotaro Horiguchi
Subject Re: [PATCH v1] eliminate duplicate code in table.c
Date
Msg-id 20220722.110922.895731314002748653.horikyota.ntt@gmail.com
Whole thread Raw
In response to Re: [PATCH v1] eliminate duplicate code in table.c  (Junwang Zhao <zhjwpku@gmail.com>)
Responses Re: [PATCH v1] eliminate duplicate code in table.c
List pgsql-hackers
Hi.

+                 errmsg("cannot operate on relation \"%s\"",

Other callers of errdetail_relkind_not_supported() describing
operations concretely.  In that sense we I think should say "cannot
open relation \"%s\"" here.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center

 



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: slot_creation_error failures
Next
From: Junwang Zhao
Date:
Subject: question about `static inline` functions in header files