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 whereis the logic code in the internal?
--------------
jacktby(at)gmail(dot)com