Where is the logig to create a table file?

From: "jacktby(at)gmail(dot)com" <jacktby(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Where is the logig to create a table file?
Date: 2023-02-03 09:18:50
Message-ID: 202302031718490769829@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?

--------------

jacktby(at)gmail(dot)com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2023-02-03 09:24:18 Re: Weird failure with latches in curculio on v15
Previous Message Andres Freund 2023-02-03 08:47:48 Re: Non-superuser subscription owners