mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
rename macro isTempOrToastNamespace to isTempOrTempToastNamespace
Done for clarity
This commit is contained in:
@ -836,7 +836,7 @@ pg_relation_filepath(PG_FUNCTION_ARGS)
|
||||
backend = InvalidBackendId;
|
||||
break;
|
||||
case RELPERSISTENCE_TEMP:
|
||||
if (isTempOrToastNamespace(relform->relnamespace))
|
||||
if (isTempOrTempToastNamespace(relform->relnamespace))
|
||||
backend = MyBackendId;
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user