Hi, Jack
On Fri, 3 Feb 2023 at 13:19, jacktby(at)gmail(dot)com <jacktby(at)gmail(dot)com> wrote:
>
> When I use 'create table t(a int);'; suppose that this table t's oid is 1200,
> then postgres will create a file named 1200 in the $PGDATA/base, So where
> is the logic code in the internal?
>
heapam_relation_set_new_filenode()->RelationCreateStorage()
Kind regards,
Pavel Borisov,
Supabase